查询到没有代课时,清理代课列表

This commit is contained in:
ywyonui 2025-10-27 17:46:53 +08:00
parent e898691ce5
commit f768855177

View File

@ -173,6 +173,9 @@ const getPkkbList = async () => {
const newList = await QjPageUtils.getPkkbList(props.data);
if (!newList || !newList.length) {
console.log("没有排课信息");
dkList.value = [];
kmDkList.value = [];
tyDk.value = {};
return [];
}
//