opt:载具管理相关表 涉及代码替换

This commit is contained in:
zds
2024-10-24 10:40:48 +08:00
parent 839a74874a
commit e8ae62aa4c
57 changed files with 411 additions and 2307 deletions

View File

@@ -39,13 +39,6 @@ export function getStructById(data) {
})
}
export function getUnits() {
return request({
url: 'api/structivt/getUnits',
method: 'get'
})
}
export function save(data) {
return request({
url: 'api/structivt/save',
@@ -62,4 +55,4 @@ export function excelImport(data) {
})
}
export default { add, edit, del, getStruct, getStructById, getUnits, save, excelImport }
export default { add, edit, del, getStruct, getStructById, save, excelImport }