Commit 3e6d3973 authored by zhengke's avatar zhengke

修改

parent 58f4cfd8
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</div> </div>
</div> </div>
<div> <div>
<div class="col-10" style="margin-top:30px;display:flex;" v-if="dataList.resultList.length>0"> <div class="col-10" style="margin-top:30px;display:flex;" v-if="dataList.resultList&&dataList.resultList.length>0">
<div class="col-4" id="timeleft"> <div class="col-4" id="timeleft">
<div v-for="item in dataList.resultList"> <div v-for="item in dataList.resultList">
{{item.YearStr}}-{{item.MonthStr}}-{{item.DayStr}} {{item.YearStr}}-{{item.MonthStr}}-{{item.DayStr}}
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
created() { created() {
this.msg.School_Id = this.setingObj.School_Id; this.msg.School_Id = this.setingObj.School_Id;
this.msg.ClassId = this.setingObj.ClassId; this.msg.ClassId = this.setingObj.ClassId;
this.msg.TeacherId = this.setingObj.Teacher_Id;
this.getRecord(); this.getRecord();
}, },
mounted() { mounted() {
......
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