Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-09 14:11:46 +08:00
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 => {