合并代码
This commit is contained in:
@ -11,8 +11,12 @@ interface getPageData {
|
||||
reviewStatus?: string;
|
||||
approveStatus?: string;
|
||||
categoryId?: string;
|
||||
exitTheme?: string;
|
||||
startTime?: string;
|
||||
endTime?: string;
|
||||
}
|
||||
export const getPage = (data: getPageData) => request.post('/coscoSupplierexit/getPage', { data });
|
||||
|
||||
/**
|
||||
* 供应商分页列表查询
|
||||
*/
|
||||
|
Reference in New Issue
Block a user