联系人

This commit is contained in:
孙景学
2025-07-18 10:37:13 +08:00
parent 90b8628eb8
commit 0d3088b8f8
13 changed files with 328 additions and 47 deletions

View File

@ -276,7 +276,10 @@ export const editType = (data: editType) => request.post('/coscoSupplierUser/edi
export const coscoSupplierUserDel = (id: string) => request.delete(`/coscoSupplierUser/${id}`);
/**
* 品类选择查询树
*/
export const categoryTree = () => request.get('/cosco/category/categoryTree');