Commit d94d65dc authored by 黄奎's avatar 黄奎

页面修改

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