mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
课程库启用弹窗提示
This commit is contained in:
@@ -4530,9 +4530,9 @@ export default defineComponent({
|
||||
};
|
||||
const handleOpen = async (id, index) => {
|
||||
dialog({
|
||||
content: "确定起用该课程吗?",
|
||||
content: "确定启用该课程吗?",
|
||||
ok: () => {
|
||||
message.success("起用成功");
|
||||
message.success("启用成功");
|
||||
state.tableData1[index].status = 1;
|
||||
handle({ offcourseId: id, type: 2 });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user