opt:删除wql代码
This commit is contained in:
@@ -48,29 +48,6 @@ export function getClassType(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
export function queryClassById(params) {
|
||||
return request({
|
||||
url: 'api/Classstandard/queryClassById',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
// 传入分类标识和级别
|
||||
export function getType(params) {
|
||||
return request({
|
||||
url: 'api/Classstandard/getType',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
export function getClassTable(params) {
|
||||
return request({
|
||||
url: 'api/Classstandard/getClassTable',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
export function getClassName() {
|
||||
return request({
|
||||
@@ -79,4 +56,4 @@ export function getClassName() {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, getClass, getClassSuperior, getClassType, getClassTable, getType, queryClassById, getClassName }
|
||||
export default { add, edit, del, getClass, getClassSuperior, getClassType, getClassName }
|
||||
|
||||
Reference in New Issue
Block a user