|
@ -1093,7 +1093,7 @@ export default { |
|
|
|
|
|
|
|
|
this.tableLoading = true; |
|
|
this.tableLoading = true; |
|
|
const { data } = await this.$http.post( |
|
|
const { data } = await this.$http.post( |
|
|
"/actual/base/residentBaseInfo/page", |
|
|
"/actual/base/residentBaseInfo/virtual/page", |
|
|
params |
|
|
params |
|
|
); |
|
|
); |
|
|
this.tableLoading = false; |
|
|
this.tableLoading = false; |
|
|