From a8d22ab4802e878a63f8505f9d0e5ad9c1f58854 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Thu, 9 Sep 2021 19:31:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86,=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BD=93=E7=B3=BB,=E7=BC=96=E8=BE=91=E4=BD=93?= =?UTF-8?q?=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 95cd76388..cfefa2373 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2530,8 +2530,8 @@ export default { this.selectChildMenu(data) this.productModal = true // 取消所有的选中效果 + this.productTitle = '编辑体系' this.handleSelectAll(false) - this.productTitle = '编辑信息' // const newChild = { id: this.id++, label: 'testtest', children: [] }; // if (!data.children) { // this.$set(data, 'children', []); @@ -2543,10 +2543,10 @@ export default { this.modalType = 1 this.selectChildMenu(data) this.productModal = true + this.productTitle = '新增体系' + this.productModelAdd.dicTypeCode = '' // 取消所有的选中效果 this.handleSelectAll(false) - this.productTitle = '新增下级菜单信息' - this.productModelAdd.dicTypeCode = '' // const newChild = { id: this.id++, label: 'testtest', children: [] }; // if (!data.children) { // this.$set(data, 'children', []);