Commit 8f6a28e9 authored by Mac's avatar Mac

1

parent ec23b796
......@@ -168,7 +168,7 @@
</q-pagination>
</li>
</ul>
<div v-else style="width: 100%;color: #999999;text-align: center;font-size: 20px">暂无数据</div>
</div>
<q-dialog v-model="dialog" maximized full-height seamless position="right" >
<q-card style="margin-top:61px;width:500px" class="no-border-radius classinfo_Dialog">
......@@ -200,9 +200,6 @@
</div>
</q-dialog>
</div>
</div>
</template>
<script>
......@@ -261,10 +258,6 @@
}
},
created() {
// let nowDay = new Date().toLocaleDateString();
// for(let i=0;i<2;i++){
// this.dateList.push(nowDay)
// }
this.getSchool();
this.getOrderSEList()
......@@ -272,6 +265,8 @@
this.GetTeacherList();
},
mounted() {
let nowDay = new Date();
this.dateList = [nowDay,nowDay]
this.getList();
},
......
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