From 4fb49471f624c21d07c48698052ff6095e99baeb Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Tue, 9 Nov 2021 12:15:36 +0800 Subject: [PATCH] feat: There is no way the, --- .../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 cf85e6771..f17e43c08 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -3126,7 +3126,7 @@ export default { }, // 查询二级菜单 selectMenu() { - this.$http.get('sarResource/ts-resource/getList', { + this.$http.get('sarResource/ts-resource/getListStand', { sorDivide: 'INLAND_STAND', userId: this.$store.getters.userInfo.userId }, {}, res => { diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 49a21dd87..06622ede9 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2916,7 +2916,7 @@ export default { }, // 查询二级菜单 selectMenu() { - this.$http.get('sarResource/ts-resource/getList', { + this.$http.get('sarResource/ts-resource/getListStand', { sorDivide: 'FOREIGN_STAND', userId: this.$store.getters.userInfo.userId }, {}, res => {