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",