弹框解绑

This commit is contained in:
670788339
2025-11-01 11:55:04 +08:00
parent abb227c9c2
commit deafa81193

View File

@@ -553,7 +553,10 @@ export default {
};
const handleOper = (record) => {
dialog({content: "确认解绑该课程?", ok: unbindCurrentTag(record)});
dialog({
content: "确认解绑该课程?",
ok: () => unbindCurrentTag(record) // 修改为箭头函数,延迟执行
});
};
// 解绑标签