소스 검색

fix: 修改bug

wuguojie 8 달 전
부모
커밋
997c5ccbb2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/quoteConfig/agreement/components/ruleFeeDialog.vue

+ 0 - 2
src/views/quoteConfig/agreement/components/ruleFeeDialog.vue

@@ -332,8 +332,6 @@ const save = async (formEl: FormInstance | undefined | any) => {
 
 
       return val;
       return val;
     })
     })
-    console.log('规则条件的数据', ruleFeeinfo.value)
-    return;
     emits("save",{ptlAgreementCode:props.agreementInfo.agreementCode,ptlAgreementName:props.agreementInfo.agreementTitle,costAddList:ruleFeeinfo.value} )
     emits("save",{ptlAgreementCode:props.agreementInfo.agreementCode,ptlAgreementName:props.agreementInfo.agreementTitle,costAddList:ruleFeeinfo.value} )
   } catch (error) {
   } catch (error) {
     const invalidIndex: any = error; // 获取未通过校验的表单索引
     const invalidIndex: any = error; // 获取未通过校验的表单索引