diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 00f133a89..329566308 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -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;