feat: There is no way the,

This commit is contained in:
super_liu
2021-11-09 12:15:36 +08:00
parent c0e4bce100
commit 4fb49471f6
2 changed files with 2 additions and 2 deletions
@@ -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 => {
@@ -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 => {