lizhenhao преди 2 години
родител
ревизия
99e7c29966
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/views/modules/cw/projectRecords/ProjectRecordsTaskForm.vue

+ 3 - 3
src/views/modules/cw/projectRecords/ProjectRecordsTaskForm.vue

@@ -775,11 +775,11 @@
                         if (item.no === client.data.no) {
                           _this.$refs.clientTable.remove(item)
                           _this.inputForm.cwProjectClientInfoDTOList.splice(index, 1)
-                          setTimeout(() => {
-                            resolve()
-                          }, 100)
                         }
                       })
+                      setTimeout(() => {
+                        resolve()
+                      }, 400)
                     } else {
                       resolve()
                     }