opt:载具管理相关表 涉及代码替换
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user