From 7e9c8e53ad276e290cd6744be018a1e4a829d2e0 Mon Sep 17 00:00:00 2001 From: fanlin Date: Fri, 30 Jul 2021 17:24:46 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=A0=87=E5=87=86=E7=9A=84=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 2 +- .../foreignStandardsAndRegulations/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index e2efd0482..f14971026 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4090,7 +4090,7 @@ export default { // 取最外层目录id search.menuId = this.selectSarMenu.id search.idlist = [] - search.sarType = 'INLAND' + search.standType = 'INLAND' if (flag === 1) { this.$confirm('确定移除该条标准?', '提示', { confirmButtonText: '确定', diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index e145d5c08..ee0c6fc78 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -3672,7 +3672,7 @@ export default { // 取最外层目录id search.menuId = this.selectSarMenu.id search.idlist = [] - search.sarType = 'FOREIGN' + search.standType = 'FOREIGN' if (flag === 1) { this.$confirm('确定移除该条标准?', '提示', { confirmButtonText: '确定',