Commit 0957ad7b authored by zhengke's avatar zhengke

1

parent 14e9e8a9
......@@ -14,7 +14,7 @@
<q-field filled>
 <template v-slot:control>
<el-date-picker v-model="dateList" @change="resetSearch()" size="mini" value-format="yyyy-MM-dd" type="daterange" style="border:none;"
 range-separator="至"  start-placeholder="开始时间" end-placeholder="结束时间">
 range-separator="至"  start-placeholder="开始时间" format="yyyy-MM-dd" end-placeholder="结束时间">
 </el-date-picker>       
<!-- <el-date-picker v-model="msg.StartClassDate" value-format="yyyy-MM-dd" type="date" placeholder="开始时间"
size="small" style="width:47%;" @change="resetSearch" clear-icon="iconfont icon-guanbi">
......@@ -217,7 +217,6 @@
this.dateList[0]= time1.toString();
this.dateList[1]= '';
console.log(this.dateList,'this.dateList');
this.fetchData()
this.GetTeacherList();
this.getClassRoomList();
......
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