ERP:初始化其它入库的表单 50%

This commit is contained in:
YunaiV
2024-02-06 15:58:25 +08:00
parent 53c94af027
commit 9cbdfe0ecb
7 changed files with 19 additions and 26 deletions

View File

@ -14,7 +14,7 @@ export const ProductUnitApi = {
return await request.get({ url: `/erp/product-unit/page`, params })
},
// 查询品单位精简列表
// 查询品单位精简列表
getProductUnitSimpleList: async () => {
return await request.get({ url: `/erp/product-unit/simple-list` })
},