refactor(system): 修改租户列表默认搜索类型
This commit is contained in:
parent
296238ecb7
commit
ac075ad38f
@ -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, //店铺名称
|
||||||
|
Loading…
x
Reference in New Issue
Block a user