add:添加档案导入/故障分类;rev:分类分类显示异常

This commit is contained in:
zhangzhiqiang
2023-09-21 21:48:16 +08:00
parent d6e5677bb7
commit e5f4aaff35
17 changed files with 358 additions and 75 deletions

View File

@@ -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 }