wuguojie 8 miesięcy temu
rodzic
commit
997c5ccbb2

+ 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; // 获取未通过校验的表单索引