企业标准配置标准

This commit is contained in:
宋伟佳
2022-03-16 17:54:54 +08:00
parent f167fa8426
commit 5ee3cc67c2
@@ -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;