فهرست منبع

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) {}