lizhenhao il y a 2 ans
Parent
commit
99e7c29966

+ 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()
                     }