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