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 => {