接口更换
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user