xiangpei
2025-02-25 c17dba9251df86e0fe23afe87ef540c493fae219
src/views/projectEngineering/projectLibrary/projectDetails.vue
@@ -100,11 +100,11 @@
          value: "项目管理基础信息",
          componentName: BasicInfo,
        },
        {
          label: "投资管理基础信息",
          value: "投资管理基础信息",
          componentName: InvestInfo,
        },
        // {
        //   label: "投资管理基础信息",
        //   value: "投资管理基础信息",
        //   componentName: InvestInfo,
        // },
        {
          label: "项目投资及资金来源",
          value: "项目投资及资金来源",
@@ -115,11 +115,11 @@
          value: "项目(法人)单位登记信息",
          componentName: LegalPerson,
        },
        {
          label: "投资项目产业政策符合情况",
          value: "投资项目产业政策符合情况",
          componentName: PolicyInfo,
        },
        // {
        //   label: "投资项目产业政策符合情况",
        //   value: "投资项目产业政策符合情况",
        //   componentName: PolicyInfo,
        // },
        // {
        //   label: "相关文书",
        //   value: "相关文书",
@@ -188,9 +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.$router.push('/projectEngineering/project/projectLibrary')
    }
  },
  mounted() {