1、新增教学大纲,报专业名称重复,其实是code重复,修复;

2、已经限制教员排课的,教员仍然可以排课的问题修复
This commit is contained in:
2026-09-24 11:13:23 +08:00
parent 4f5e219a6e
commit 094245231c
6 changed files with 66 additions and 16 deletions
@@ -877,6 +877,7 @@ export default {
const ext = []
if (s.nd) ext.push(s.nd + '年')
if (s.xqdc) ext.push('第' + s.xqdc + '学期')
if (Number(s.kfjypk) !== 1) ext.push('未开放教员排课')
return ext.length ? `${name}${ext.join(' ')}` : name
},
remainHours(c) {
@@ -513,7 +513,8 @@ export default {
this.loading = true
const params = {
pageNum: this.pageNum,
pageSize: this.pageSize
pageSize: this.pageSize,
ty: false
}
Object.keys(this.searchForm).forEach(key => {
const value = this.searchForm[key]