Commit 632794ea authored by zhengke's avatar zhengke

1

parent fd8f34c1
......@@ -402,7 +402,15 @@
},
//忽略上课调整
IgnoreClass() {
IgnoreClassPlan({
this.$q.dialog({
title: '提示信息',
message: "这样会造成上课冲突,本次选择将会记录到班级日志,你确定需要这样做吗?",
cancel: true,
persistent: true,
ok: "确定",
cancel: "取消",
}).onOk(() => {
IgnoreClassPlan({
ClassId: this.ClassId
}).then(res => {
this.loading = false;
......@@ -418,6 +426,7 @@
})
}
})
}).onCancel(() => {});
},
//获取冲突的数据列表
getList() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment