opt:删除wql代码

This commit is contained in:
zds
2024-10-18 10:14:45 +08:00
parent 49300aa60d
commit f1309ba76f
37 changed files with 215 additions and 3711 deletions

View File

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