lex-xin 3 years ago
parent
commit
58771036c1
1 changed files with 1 additions and 1 deletions
  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
     }