Commit d762ed7f authored by 黄奎's avatar 黄奎

页面修改

parent 89095de1
......@@ -408,7 +408,7 @@
getList() {
this.loading = true;
this.dataList = [];
this.selectedAll=[];
this.selectedAll = [];
GetRepeatClassPlan({
ClassId: this.ClassId
}).then(res => {
......@@ -487,6 +487,9 @@
position: "top",
message: `还存在冲突数据请继续修改!`
})
} else {
this.$emit('success');
this.$emit('close');
}
}
}).catch(() => {
......@@ -529,19 +532,20 @@
}
}
}
this.postMsg.ClassId = this.ClassId;
BatchUpdateClassPlan(this.postMsg).then(res => {
if (res.Code === 1) {
this.getList();
if (res.Data) {
this.$q.notify({
icon: 'iconfont icon-chenggong',
color: 'accent',
timeout: 2000,
message: res.Message,
position: 'top'
type: 'negative',
position: "top",
message: `还存在冲突数据请继续修改!`
})
} else {
this.$emit('success');
this.$emit('close');
}
} else {
this.Error(res.Message);
}
......
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