Commit 521c0373 by lizhi

优化

parent 57498034
...@@ -553,7 +553,7 @@ export default { ...@@ -553,7 +553,7 @@ export default {
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
this.addUpdateVisible = false; this.addUpdateVisible = false;
// this.getData(); this.getData();
this.$forceUpdate(); this.$forceUpdate();
}); });
}); });
...@@ -610,7 +610,6 @@ export default { ...@@ -610,7 +610,6 @@ export default {
this.addUpdateCourse.courseCode = courseCode; this.addUpdateCourse.courseCode = courseCode;
this.addUpdateCourse.csoName = csoName; this.addUpdateCourse.csoName = csoName;
this.addUpdateCourse.csoCode = csoCode; this.addUpdateCourse.csoCode = csoCode;
this.getData();
}, },
//编辑 //编辑
handleUpdateSchoolAll( handleUpdateSchoolAll(
......
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