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