fix:面授保存后附件清空

This commit is contained in:
wyx
2022-12-04 22:29:30 +08:00
parent d29bc18d40
commit bd48789860

View File

@@ -408,6 +408,7 @@ export default {
ctx.emit("update:addfaceteachVisible", false);
localStorage.setItem("stageId", props.chooseStageId);
localStorage.setItem("chapterId", props.isactive);
state.fileList = []
clear();
};
const afterVisibleChange = (bool) => {