接口更换
This commit is contained in:
@@ -450,7 +450,7 @@ export default {
|
|||||||
this.page = 1
|
this.page = 1
|
||||||
}
|
}
|
||||||
this.peopleType = 2;
|
this.peopleType = 2;
|
||||||
this.$http.post('SarInstitution/institution/user', {
|
this.$http.post('SarInstitution/institution/userUnderInstitution', {
|
||||||
current: this.page,
|
current: this.page,
|
||||||
size: this.pageSize,
|
size: this.pageSize,
|
||||||
uname: this.searchForm.uname,
|
uname: this.searchForm.uname,
|
||||||
@@ -475,7 +475,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getData() {
|
getData() {
|
||||||
this.peopleType = 1;
|
this.peopleType = 1;
|
||||||
this.$http.post('SarInstitution/institution/user', {
|
this.$http.post('SarInstitution/institution/userUnderInstitution', {
|
||||||
current: this.page,
|
current: this.page,
|
||||||
size: this.pageSize,
|
size: this.pageSize,
|
||||||
institutionId: this.id,
|
institutionId: this.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user