From fad687de0f376c4e703e44b84ef0c602a741f40e Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Thu, 9 Sep 2021 19:19:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=92=8C=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E7=9A=84=E6=A0=91=E5=BD=A2=E7=BB=93=E6=9E=84=E7=9A=84=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=92=8C=E6=96=B0=E5=A2=9E=E6=A8=A1=E6=80=81=E6=A1=86?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 4 ++-- .../components/EnterpriseStandardDatabase.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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) {