瀏覽代碼

修复租户问题

Huanyi 1 月之前
父節點
當前提交
2498745614
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 };