Commit b6bf1ebe authored by 罗超's avatar 罗超

1

parent 59055463
...@@ -132,7 +132,12 @@ export default { ...@@ -132,7 +132,12 @@ export default {
//保存 //保存
saveData() { saveData() {
this.saveLoading = true; this.saveLoading = true;
setFeedBack(this.arr) this.dataList.forEach((e) => {
e.TeacherId = e.Teacher_Id;
delete e.Teacher_Id;
});
console.log(this.dataList);
setFeedBack(this.dataList)
.then((res) => { .then((res) => {
this.saveLoading = false; this.saveLoading = false;
this.$q.notify({ this.$q.notify({
......
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