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,