From c17dba9251df86e0fe23afe87ef540c493fae219 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 25 二月 2025 16:08:40 +0800
Subject: [PATCH] treeselect禁用设置

---
 src/views/projectEngineering/projectLibrary/projectDetails.vue |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/views/projectEngineering/projectLibrary/projectDetails.vue b/src/views/projectEngineering/projectLibrary/projectDetails.vue
index d94e5ec..0cec26a 100644
--- a/src/views/projectEngineering/projectLibrary/projectDetails.vue
+++ b/src/views/projectEngineering/projectLibrary/projectDetails.vue
@@ -100,11 +100,11 @@
           value: "椤圭洰绠$悊鍩虹淇℃伅",
           componentName: BasicInfo,
         },
-        {
-          label: "鎶曡祫绠$悊鍩虹淇℃伅",
-          value: "鎶曡祫绠$悊鍩虹淇℃伅",
-          componentName: InvestInfo,
-        },
+        // {
+        //   label: "鎶曡祫绠$悊鍩虹淇℃伅",
+        //   value: "鎶曡祫绠$悊鍩虹淇℃伅",
+        //   componentName: InvestInfo,
+        // },
         {
           label: "椤圭洰鎶曡祫鍙婅祫閲戞潵婧�",
           value: "椤圭洰鎶曡祫鍙婅祫閲戞潵婧�",
@@ -188,10 +188,11 @@
     saveProject(num) {
       this.projectForm.projectInfoForm.usedStatus = num;
       editProject(this.projectForm).then((res) => {
-        this.$message.success("鎿嶄綔鎴愬姛");
+        this.$message.success("淇濆瓨鎴愬姛");
+        this.$store.dispatch("tagsView/delView", this.$route);
+        this.$router.push('/projectEngineering/project/projectLibrary')
       })
-      this.$store.dispatch("tagsView/delView", this.$route);
-      this.$router.push('/projectEngineering/project/projectLibrary')
+
     }
   },
   mounted() {

--
Gitblit v1.8.0