From ab046bd463e306630f41a2be05fd7cdd352a2a65 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Mon, 24 Jan 2022 11:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/mechanismManage/pages/mechanism.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/config/pages/mechanismManage/pages/mechanism.vue b/src/pages/config/pages/mechanismManage/pages/mechanism.vue index e9036a7f7..b4d34386a 100644 --- a/src/pages/config/pages/mechanismManage/pages/mechanism.vue +++ b/src/pages/config/pages/mechanismManage/pages/mechanism.vue @@ -450,7 +450,7 @@ export default { this.page = 1 } this.peopleType = 2; - this.$http.post('SarInstitution/institution/user', { + this.$http.post('SarInstitution/institution/userUnderInstitution', { current: this.page, size: this.pageSize, uname: this.searchForm.uname, @@ -475,7 +475,7 @@ export default { }, getData() { this.peopleType = 1; - this.$http.post('SarInstitution/institution/user', { + this.$http.post('SarInstitution/institution/userUnderInstitution', { current: this.page, size: this.pageSize, institutionId: this.id,