Commit 65027114 authored by zhengke's avatar zhengke

1

parent fac49828
......@@ -162,7 +162,13 @@
this.postMsg.ClassId = this.saveObj.ClassId;
BatchUpdateClassPlan(this.postMsg).then(res => {
if (res.Code === 1) {
this.Success("操作成功");
this.$q.notify({
icon: 'iconfont icon-chenggong',
color: 'accent',
timeout: 2000,
message: res.Message,
position: 'top'
})
this.$emit('success');
this.$emit('close');
} else {
......
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