lex-xin %!s(int64=3) %!d(string=hai) anos
pai
achega
58771036c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/modules/user.js

+ 1 - 1
src/store/modules/user.js

@@ -66,7 +66,7 @@ async function tenantQueryPage(id) {
   try {
     let tenantId = id
     if(tenantId < 0) {
-      const res = await tenantInfoQueryPage({ page: 1, rows: 1, payState: 1 })
+      const res = await tenantInfoQueryPage({ page: 1, rows: 1, payState: 1, state: 1 })
       const tenantList = res.data?.rows || []
       tenantId = tenantList[0]?.id
     }