Compare commits
4 Commits
73b44c304a
...
ac075ad38f
Author | SHA1 | Date | |
---|---|---|---|
ac075ad38f | |||
296238ecb7 | |||
cbd6baca69 | |||
7ab2644439 |
@ -97,7 +97,7 @@ const { t } = useI18n();
|
||||
const loginForm = ref<LoginData>({
|
||||
tenantId: '000000',
|
||||
username: 'admin',
|
||||
password: 'admin123',
|
||||
password: '123456',
|
||||
rememberMe: false,
|
||||
code: '',
|
||||
uuid: ''
|
||||
|
@ -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, //店铺名称
|
||||
|
Loading…
x
Reference in New Issue
Block a user