代码更新

This commit is contained in:
2022-07-18 18:01:49 +08:00
parent d183f004d7
commit 08d51d1455
5 changed files with 70 additions and 4 deletions

View File

@@ -40,4 +40,12 @@ export function getDtl(data) {
})
}
export default { add, edit, del, changeActive, getDtl }
export function getBjId(data) {
return request({
url: 'api/devicebom/getBjId',
method: 'post',
data
})
}
export default { add, edit, del, changeActive, getDtl, getBjId }