From 5ee3cc67c21006f70d17e9e91e791135625d3197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 16 Mar 2022 17:54:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=A0=87=E5=87=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;