fix:接口日志维护
This commit is contained in:
@@ -48,6 +48,7 @@ export function getClassType(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
export function queryClassById(params) {
|
||||
return request({
|
||||
url: 'api/Classstandard/queryClassById',
|
||||
@@ -55,6 +56,7 @@ export function queryClassById(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
// 传入分类标识和级别
|
||||
export function getType(params) {
|
||||
return request({
|
||||
@@ -79,4 +81,24 @@ export function getClassName() {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, getClass, getClassSuperior, getClassType, getClassTable, getType, queryClassById, getClassName }
|
||||
export function getCasClass(data) {
|
||||
return request({
|
||||
url: 'api/Classstandard/getCasClass',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default {
|
||||
add,
|
||||
edit,
|
||||
del,
|
||||
getClass,
|
||||
getClassSuperior,
|
||||
getClassType,
|
||||
getClassTable,
|
||||
getType,
|
||||
queryClassById,
|
||||
getClassName,
|
||||
getCasClass
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user