Compare commits

..

4 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ const { t } = useI18n();
const loginForm = ref<LoginData>({
tenantId: '000000',
username: 'admin',
password: 'admin123',
password: '123456',
rememberMe: false,
code: '',
uuid: ''

View File

@ -864,7 +864,7 @@ const data = reactive<PageData<TenantForm, TenantQuery>>({
pageNum: 1,
current: 1,
size: 10,
type: 0,
type: 2,
tenantId: null,
personName: null, //
storeName: null, //