Commit f54c5f6b authored by Mac's avatar Mac

1

parent f8bba333
...@@ -250,6 +250,8 @@ ...@@ -250,6 +250,8 @@
this.getGoodsClassify(); this.getGoodsClassify();
this.getCourseRateList(); this.getCourseRateList();
this.getCourseEmphasisList();//获取课程重点枚举列表 this.getCourseEmphasisList();//获取课程重点枚举列表
this.initObj();
}, },
computed: mapState({ computed: mapState({
isHaveCourseHoursEdit(state) { isHaveCourseHoursEdit(state) {
...@@ -271,7 +273,6 @@ ...@@ -271,7 +273,6 @@
}, },
}), }),
mounted() { mounted() {
this.initObj();
}, },
methods: { methods: {
//根据系列改变获取所属科目 //根据系列改变获取所属科目
......
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