Commit 521c0373 by lizhi

优化

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