Commit d94d65dc authored by 黄奎's avatar 黄奎

页面修改

parent 18f93aee
......@@ -170,7 +170,7 @@
}
},
mounted() {
console.log("setingObj",this.setingObj);
},
methods: {
closeShenheForm() {
......
......@@ -75,7 +75,7 @@
</q-table>
<class-form v-if="isShowClassForm" :save-obj="classObjOption" @close="closeClassSaveForm" @success="refreshPage">
</class-form>
<classinfo-form v-if="isShowClassInfo" :seting-obj="classInfoObj" @close="closeClass" @success="refreshClass">
<classinfo-form v-if="isShowClassInfo" :seting-obj="classObjOption" @close="closeClass" @success="refreshClass">
</classinfo-form>
</div>
</div>
......@@ -273,7 +273,7 @@
},
//点击班级名称
getClassInfo(obj){
console.log('点击');
this.classObjOption=obj;
this.isShowClassInfo=true;
}
}
......
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