소스 검색

Update Navbar.vue

lex-xin 3 년 전
부모
커밋
093e94969b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {}