Compare commits
No commits in common. "ac075ad38f7f2d17b5db82389e56562b9702e439" and "73b44c304a0640cd7d59b3fbc68e76c29156138e" have entirely different histories.
ac075ad38f
...
73b44c304a
@ -97,7 +97,7 @@ const { t } = useI18n();
|
||||
const loginForm = ref<LoginData>({
|
||||
tenantId: '000000',
|
||||
username: 'admin',
|
||||
password: '123456',
|
||||
password: 'admin123',
|
||||
rememberMe: false,
|
||||
code: '',
|
||||
uuid: ''
|
||||
|
@ -864,7 +864,7 @@ const data = reactive<PageData<TenantForm, TenantQuery>>({
|
||||
pageNum: 1,
|
||||
current: 1,
|
||||
size: 10,
|
||||
type: 2,
|
||||
type: 0,
|
||||
tenantId: null,
|
||||
personName: null, //负责人姓名
|
||||
storeName: null, //店铺名称
|
||||
|
Loading…
x
Reference in New Issue
Block a user