查询到没有代课时,清理代课列表
This commit is contained in:
parent
e898691ce5
commit
f768855177
@ -173,6 +173,9 @@ const getPkkbList = async () => {
|
|||||||
const newList = await QjPageUtils.getPkkbList(props.data);
|
const newList = await QjPageUtils.getPkkbList(props.data);
|
||||||
if (!newList || !newList.length) {
|
if (!newList || !newList.length) {
|
||||||
console.log("没有排课信息");
|
console.log("没有排课信息");
|
||||||
|
dkList.value = [];
|
||||||
|
kmDkList.value = [];
|
||||||
|
tyDk.value = {};
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
// 记录原始选课的数据
|
// 记录原始选课的数据
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user