src/views/projectEngineering/projectLibrary/projectDetails.vue
@@ -115,11 +115,11 @@ value: "项目(法人)单位登记信息", componentName: LegalPerson, }, { label: "投资项目产业政策符合情况", value: "投资项目产业政策符合情况", componentName: PolicyInfo, }, // { // label: "投资项目产业政策符合情况", // value: "投资项目产业政策符合情况", // componentName: PolicyInfo, // }, // { // label: "相关文书", // value: "相关文书", @@ -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') } },