|
@@ -143,7 +143,7 @@ export default {
|
|
...this.queryParams,//分页信息以及检索信息
|
|
...this.queryParams,//分页信息以及检索信息
|
|
}
|
|
}
|
|
this.$api
|
|
this.$api
|
|
- .getAdminClientList(params)
|
|
|
|
|
|
+ .getTenantClients(params)
|
|
.then((response) => {
|
|
.then((response) => {
|
|
this.tableData = response.data.records;
|
|
this.tableData = response.data.records;
|
|
this.total = response.data.total;
|
|
this.total = response.data.total;
|