From 7040dbe70685f94ec09af0757abf172616ace54d Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Tue, 20 Jul 2021 16:41:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=87=E5=87=86=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 38a043c73..622a6fc7e 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -2098,7 +2098,6 @@ export default { this.selectChildMenu(data) this.productModal = true // 取消所有的选中效果 - this.handleSelectAll(false) this.productTitle = '编辑信息' // const newChild = { id: this.id++, label: 'testtest', children: [] }; // if (!data.children) { @@ -2112,7 +2111,6 @@ export default { this.selectChildMenu(data) this.productModal = true // 取消所有的选中效果 - this.handleSelectAll(false) this.productTitle = '新增下级菜单信息' this.productModelAdd.dicTypeCode = '' // const newChild = { id: this.id++, label: 'testtest', children: [] }; @@ -2131,7 +2129,7 @@ export default { type: 'warning' }).then(() => { this.$http.delete("sarResource/ts-resource", { - menuId: data.id + resourceId: data.id }, res => { }, e => { if(e.ok){