duy 2 年之前
父节点
当前提交
e0d165d7dc
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/manager/projectinfo/detail.vue

+ 2 - 1
src/views/manager/projectinfo/detail.vue

@@ -652,7 +652,7 @@ export default {
             type: "warning",
             message: "请先保存项目后,再进行项目的分配"
           });
-          reject();
+          // reject();
         }
 
         if (this.typeChang[oldActiveName]) {
@@ -666,6 +666,7 @@ export default {
                 this.saveProject().then((res) => {
                   this.projectForm.id = res.data.data.id;
                   this.typeChang[oldActiveName] = false;
+                
                   resolve();
                   this.$message({
                     type: "success",