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