把工具条横过来,占满一行,数据导入也放到工具条中,不要单独放

This commit is contained in:
2026-09-22 11:56:08 +08:00
parent 69a32e31d0
commit 3fcec5d756
8 changed files with 74 additions and 88 deletions
+8
View File
@@ -56,6 +56,14 @@ export function disableTeacher(jybh) {
})
}
/** 去重职称列表(职称检索下拉)GET /jys/teacher/zc-options */
export function listTeacherZcOptions() {
return request({
url: '/jys/teacher/zc-options',
method: 'get'
})
}
/** 教员复职(还原离职状态)POST /jys/teacher/enable?jybh= */
export function enableTeacher(jybh) {
return request({