Sfoglia il codice sorgente

修复租户问题

Huanyi 1 mese fa
parent
commit
2498745614
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/system/tenant/index.vue

+ 1 - 1
src/views/system/tenant/index.vue

@@ -219,7 +219,7 @@ const initFormData: TenantForm = {
   remark: '',
   remark: '',
   packageId: '',
   packageId: '',
   expireTime: '',
   expireTime: '',
-  accountCount: 0,
+  accountCount: -1,
   status: '0',
   status: '0',
   logo: undefined
   logo: undefined
 };
 };