祁鹏飞 5 месяцев назад
Родитель
Сommit
b6b9e85d20

+ 0 - 2
src/views/personnel/modules/addOperation.vue

@@ -1169,8 +1169,6 @@ const onSubmit = async (OperationFormRef: FormInstance, type: number) => {
   }
   await OperationFormRef.validate((valid) => {
     if (valid) {
-      console.log(operationForm.value)
-      return
       if (!route.query.id) {
         api.operationApi.addOperation({
           ...operationForm.value,

+ 5 - 0
src/views/quoteConfig/costManagement.vue

@@ -153,6 +153,8 @@ const formInline = reactive({
   effectiveTime: [],
   failureTime: [],
   updateTimeArr: [],
+  companyId: [],
+  contactPerson: "",
 })
 
 // 保险公司
@@ -544,6 +546,9 @@ const resetForm = () => {
   formInline.validState = "";
   formInline.effectiveTime = [];
   formInline.failureTime = [];
+  formInline.companyId = [];
+  formInline.contactPerson = "";
+  formInline.updateTimeArr = [];
   findpage();
 }
 const getDeptTree = () => {