mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
弹框解绑
This commit is contained in:
@@ -553,7 +553,10 @@ export default {
|
||||
};
|
||||
|
||||
const handleOper = (record) => {
|
||||
dialog({content: "确认解绑该课程?", ok: unbindCurrentTag(record)});
|
||||
dialog({
|
||||
content: "确认解绑该课程?",
|
||||
ok: () => unbindCurrentTag(record) // 修改为箭头函数,延迟执行
|
||||
});
|
||||
};
|
||||
|
||||
// 解绑标签
|
||||
|
||||
Reference in New Issue
Block a user