zhongrj
2023-02-22 d8e9c331b3c5cc6af8af4eb85d92133614e5e317
值班列表查詢修改
1 files modified
5 ■■■■ changed files
src/views/home/components/rightContainer.vue 5 ●●●● 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
            })
        },