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

15 lines
203 B
TypeScript

/*
* @Author: RenXiaoDong
* @Date: 2025-06-28 14:16:25
*/
export const INITIAL_QUERY = {
name: '',
status: '',
operator_id: '',
group_ids: [],
date_range: [],
column: '',
order: '',
};