Explorar o código

Update Navbar.vue

lex-xin %!s(int64=3) %!d(string=hai) anos
pai
achega
093e94969b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -395,7 +395,7 @@ export default {
     },
     async onTenantChange() {
       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.tenantVisible = true
       } catch(e) {}