教务处协调校验是否选教师

This commit is contained in:
ywyonui 2025-09-05 22:08:32 +08:00
parent 978f53aa64
commit 81cdb07f78

View File

@ -105,6 +105,7 @@ const submit = async () => {
title: "请选择代课教师", title: "请选择代课教师",
icon: "none", icon: "none",
}); });
switchTab(1);
return; return;
} }
let dkList = dkRef.value.getDkList() || []; let dkList = dkRef.value.getDkList() || [];