fuliqi
2025-02-19 98807ef72ab512f867da14386e8fb680c6ad701f
src/views/projectEngineering/projectLibrary/projectDetails.vue
@@ -120,11 +120,11 @@
          value: "投资项目产业政策符合情况",
          componentName: PolicyInfo,
        },
        {
          label: "相关文书",
          value: "相关文书",
          componentName: DocumentsInfo,
        },
        // {
        //   label: "相关文书",
        //   value: "相关文书",
        //   componentName: DocumentsInfo,
        // },
      ],
      childRef: null,
    };
@@ -190,6 +190,7 @@
      editProject(this.projectForm).then((res) => {
        this.$message.success("操作成功");
      })
      this.$store.dispatch("tagsView/delView", this.$route);
      this.$router.push('/projectEngineering/project/projectLibrary')
    }
  },