Browse Source

草稿状态项目标签页禁止选择的bug

ljb 6 months ago
parent
commit
e29c9216e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/project-manage/project-list.vue

+ 1 - 1
src/views/project-manage/project-list.vue

@@ -174,7 +174,7 @@ export default window.$crudCommon({
       this.tabActive = 'apply';
       this.operateType = 'edit';
       this.currProjectId = data.id;
-      this.currProjectData = data;
+      this.currProjectData = { ...data, status: Number(data.status) };
       this.drawerVisible = true;
     },
     handleApplySuccess() {