Explorar el Código

修复租户问题

Huanyi hace 1 mes
padre
commit
2498745614
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 };