diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 7698de5a5..ff7742bf9 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -2982,7 +2982,7 @@ export default { }, // 查询二级菜单 selectMenu() { - this.$http.get('sarResource/ts-resource', { + this.$http.get('sarResource/ts-resource/getList', { sorDivide: 'INLAND_STAND' }, {}, res => { if (res.ok) { diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index e2297f63a..a0e8edb5c 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2689,7 +2689,7 @@ export default { }, // 查询二级菜单 selectMenu () { - this.$http.get('sarResource/ts-resource', { + this.$http.get('sarResource/ts-resource/getList', { sorDivide: 'FOREIGN_STAND' }, {}, res => { if (res.ok) {