diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 26120ae91..1cc0226a8 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -2790,7 +2790,7 @@ export default { this.selectChildMenu(data) this.productModal = true // 取消所有的选中效果 - this.productTitle = '编辑信息' + this.productTitle = '编辑体系' // const newChild = { id: this.id++, label: 'testtest', children: [] }; // if (!data.children) { // this.$set(data, 'children', []); @@ -2803,7 +2803,7 @@ export default { this.selectChildMenu(data) this.productModal = true // 取消所有的选中效果 - this.productTitle = '新增下级菜单信息' + this.productTitle = '新增体系' this.productModelAdd.dicTypeCode = '' // const newChild = { id: this.id++, label: 'testtest', children: [] }; // if (!data.children) { diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index b2b3cfa16..be68e0695 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -2083,7 +2083,7 @@ export default { this.modalType = 2 this.selectChildMenu(data) this.productModal = true - this.productTitle = '编辑信息' + this.productTitle = '编辑体系' // const newChild = { id: this.id++, label: 'testtest', children: [] }; // if (!data.children) { // this.$set(data, 'children', []); @@ -2095,7 +2095,7 @@ export default { this.modalType = 1 this.selectChildMenu(data) this.productModal = true - this.productTitle = '新增下级菜单信息' + this.productTitle = '新增体系' this.productModelAdd.dicTypeCode = '' // const newChild = { id: this.id++, label: 'testtest', children: [] }; // if (!data.children) {