opt:库区物料设置功能开发。基础分类功能优化

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-07-15 15:15:40 +08:00
parent 17b7264522
commit 5bf1e1100b
21 changed files with 387 additions and 265 deletions

View File

@@ -32,12 +32,4 @@ export function insertSet(data) {
})
}
export function delSet(data) {
return request({
url: 'api/structrelamaterial/delSet',
method: 'post',
data
})
}
export default { add, edit, del, insertSet, delSet }
export default { add, edit, del, insertSet }