| src/views/home/components/rightContainer.vue | ●●●●● patch | view | raw | blame | history |
src/views/home/components/rightContainer.vue
@@ -230,7 +230,10 @@ }, getSchedulingList() { getSchedulingList().then(res => { const params = { sameday:1 } getSchedulingList(1,100,params).then(res => { this.schedulingList = res.data.data.records }) },