Browse Source

修复租户问题

Huanyi 1 tháng trước cách đây
mục cha
commit
2498745614
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: '',
   packageId: '',
   expireTime: '',
-  accountCount: 0,
+  accountCount: -1,
   status: '0',
   logo: undefined
 };