refactor(system): 修改租户列表默认搜索类型

This commit is contained in:
huk 2025-09-12 13:58:49 +08:00
parent 296238ecb7
commit ac075ad38f

View File

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