feat: 投放数据表格对接
This commit is contained in:
@ -7,8 +7,15 @@ export const INITIAL_QUERY = {
|
||||
name: '',
|
||||
status: '',
|
||||
operator_id: '',
|
||||
placement_account_id: '',
|
||||
group_ids: [],
|
||||
date_range: [],
|
||||
data_time: [],
|
||||
column: '',
|
||||
order: '',
|
||||
};
|
||||
|
||||
export const INITIAL_PAGE_INFO = {
|
||||
page: 1,
|
||||
page_size: 20,
|
||||
total: 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user