wuguojie 7 месяцев назад
Родитель
Сommit
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;
     })
-    console.log('规则条件的数据', ruleFeeinfo.value)
-    return;
     emits("save",{ptlAgreementCode:props.agreementInfo.agreementCode,ptlAgreementName:props.agreementInfo.agreementTitle,costAddList:ruleFeeinfo.value} )
   } catch (error) {
     const invalidIndex: any = error; // 获取未通过校验的表单索引