Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -3126,7 +3126,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 查询二级菜单
|
// 查询二级菜单
|
||||||
selectMenu() {
|
selectMenu() {
|
||||||
this.$http.get('sarResource/ts-resource/getList', {
|
this.$http.get('sarResource/ts-resource/getListStand', {
|
||||||
sorDivide: 'INLAND_STAND',
|
sorDivide: 'INLAND_STAND',
|
||||||
userId: this.$store.getters.userInfo.userId
|
userId: this.$store.getters.userInfo.userId
|
||||||
}, {}, res => {
|
}, {}, res => {
|
||||||
|
|||||||
@@ -2916,7 +2916,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 查询二级菜单
|
// 查询二级菜单
|
||||||
selectMenu() {
|
selectMenu() {
|
||||||
this.$http.get('sarResource/ts-resource/getList', {
|
this.$http.get('sarResource/ts-resource/getListStand', {
|
||||||
sorDivide: 'FOREIGN_STAND',
|
sorDivide: 'FOREIGN_STAND',
|
||||||
userId: this.$store.getters.userInfo.userId
|
userId: this.$store.getters.userInfo.userId
|
||||||
}, {}, res => {
|
}, {}, res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user