企业标准配置标准
This commit is contained in:
+2
-2
@@ -2767,7 +2767,7 @@ export default {
|
||||
// 查询二级菜单
|
||||
selectMenuList() {
|
||||
return new Promise((resolve, reject) => {
|
||||
this.$http.get('sarResource/ts-resource/getListStand', {
|
||||
this.$http.get('sarResource/ts-resource/getListStandLimitData', {
|
||||
sorDivide: 'BUSINESS_STAND',
|
||||
userId: this.$store.getters.userInfo.userId
|
||||
}, {
|
||||
@@ -2780,7 +2780,7 @@ export default {
|
||||
},
|
||||
selectMenu2(res,json) {
|
||||
return new Promise((resolve, reject) => {
|
||||
this.$http.get('lawss/sarMenuStandard/getListStand', {dicId:'9m4qqqaansxmox5e82zm'}, {
|
||||
this.$http.get('lawss/sarMenuStandardLimit/getListStandLimit', {dicId:'9m4qqqaansxmox5e82zm'}, {
|
||||
_this: this
|
||||
}, res => {
|
||||
const history = res;
|
||||
|
||||
Reference in New Issue
Block a user