|
@@ -395,7 +395,7 @@ export default {
|
|
},
|
|
},
|
|
async onTenantChange() {
|
|
async onTenantChange() {
|
|
try {
|
|
try {
|
|
- const res = await tenantInfoQueryPage({ page: 1, rows: 999, payState: 1 }, )
|
|
|
|
|
|
+ const res = await tenantInfoQueryPage({ page: 1, rows: 999, payState: 1, state: 1 }, )
|
|
this.tenantList = res.data?.rows || []
|
|
this.tenantList = res.data?.rows || []
|
|
this.tenantVisible = true
|
|
this.tenantVisible = true
|
|
} catch(e) {}
|
|
} catch(e) {}
|