Commit 152d0fd0 by lizhi

配合后端优化

parent a6aa0f76
...@@ -1093,6 +1093,9 @@ export default { ...@@ -1093,6 +1093,9 @@ export default {
type: "warning" type: "warning"
}).then(() => { }).then(() => {
this.goOnForm.umsUserCourses = this.goOnForm.userCourseList; //新来的后端比较菜,原来的接口字段不会改,只能搞了个新的名字 this.goOnForm.umsUserCourses = this.goOnForm.userCourseList; //新来的后端比较菜,原来的接口字段不会改,只能搞了个新的名字
this.goOnForm.umsUserCourses.forEach(item => {
item.courseName = item.auditCourseName;
});
addCurrentTermCourse(this.goOnForm).then(response => { addCurrentTermCourse(this.goOnForm).then(response => {
this.$message({ this.$message({
type: "success", type: "success",
......
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