소스 검색

修复租户问题

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
 };