Commit 8f6a28e9 authored by Mac's avatar Mac

1

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