add:添加档案导入/故障分类;rev:分类分类显示异常
This commit is contained in:
@@ -40,6 +40,14 @@ export function getClassSuperior(ids) {
|
||||
data
|
||||
})
|
||||
}
|
||||
export function getClassSuperior2(ids) {
|
||||
const data = ids.length || ids.length === 0 ? ids : Array.of(ids)
|
||||
return request({
|
||||
url: 'api/Classstandard/superior2',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getClassType(params) {
|
||||
return request({
|
||||
@@ -87,4 +95,4 @@ export function excelImport(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, getClass, getClassSuperior, getClassType, getClassTable, getType, queryClassById, getClassName, excelImport }
|
||||
export default { add, edit, del, getClass, getClassSuperior,getClassSuperior2, getClassType, getClassTable, getType, queryClassById, getClassName, excelImport }
|
||||
|
||||
Reference in New Issue
Block a user