优化与接口调试
This commit is contained in:
@ -7,6 +7,7 @@ interface getPageQualified {
|
||||
pageNo: number;
|
||||
pageSize: number;
|
||||
deptId?: string;
|
||||
orgId?: string;
|
||||
}
|
||||
export const getPageQualified = (data: getPageQualified) => request.post('/coscoSupplierBase/getPageQualified', { data });
|
||||
|
||||
|
Reference in New Issue
Block a user