【修复】全局:id=0导致sqlserver的insert失败

This commit is contained in:
YunaiV
2024-05-07 22:18:43 +08:00
parent 3976e49e35
commit 760bab7d29
6 changed files with 11 additions and 11 deletions

View File

@ -13,8 +13,8 @@ export interface ProductCategoryVO {
// ERP 产品分类 API
export const ProductCategoryApi = {
// 查询产品分类列表
getProductCategoryList: async (params) => {
return await request.get({ url: `/erp/product-category/list`, params })
getProductCategoryList: async () => {
return await request.get({ url: `/erp/product-category/list` })
},
// 查询产品分类精简列表