更新部分功能
This commit is contained in:
@ -26,6 +26,8 @@ interface getSupplierCategoryPageData {
|
||||
supplierName?: number;
|
||||
categoryId?: string;
|
||||
reviewResult?: string;
|
||||
name?: string;
|
||||
levelName?: string;
|
||||
}
|
||||
|
||||
export const getSupplierCategoryPage = (data: getSupplierCategoryPageData) => request.post('/coscoSupplierexit/getSupplierCategoryPage', { data });
|
||||
|
Reference in New Issue
Block a user