Files
lingji-work-fe/src/views/property-marketing/put-account/account-data/constants.ts

22 lines
309 B
TypeScript
Raw Normal View History

/*
* @Author: RenXiaoDong
* @Date: 2025-06-28 14:16:25
*/
export const INITIAL_QUERY = {
name: '',
status: '',
operator_id: '',
2025-07-05 15:55:56 +08:00
placement_account_id: '',
group_ids: [],
2025-07-05 15:55:56 +08:00
data_time: [],
column: '',
order: '',
};
2025-07-05 15:55:56 +08:00
export const INITIAL_PAGE_INFO = {
page: 1,
page_size: 20,
total: 0,
};