mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
fix:修复编辑任务后再次点击添加任务都是编辑任务的问题
This commit is contained in:
@@ -291,6 +291,7 @@ export default {
|
||||
resetForm();
|
||||
};
|
||||
const closeDrawer2 = () => {
|
||||
ctx.emit("update:edit", false);
|
||||
ctx.emit("update:addhomeworkVisible", false);
|
||||
resetForm();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user