fix:增加导入小组长成功提示,增加开课编辑考试时只允许编辑时间,删除可继续添加设置

This commit is contained in:
wyx
2023-03-30 15:12:00 +08:00
parent fc6f0b2272
commit 993e034f81
3 changed files with 59 additions and 16 deletions

View File

@@ -616,6 +616,10 @@ const changevalue = (e) => {
console.log("changevalue", e, newarr, formData.value.attach);
}
const logT = () => {
formData.value.examInfo = {};
};
defineExpose({ openDrawer });
</script>
<style lang="scss">