接口更换

This commit is contained in:
shenyanpei
2022-01-24 11:31:23 +08:00
parent 96ae51cece
commit ab046bd463
@@ -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,