From 894cde8c4c8162ef0b4830392e5756b5688d04f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 9 Nov 2023 17:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/quanyi/quanyi.vue | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/pages/quanyi/quanyi.vue b/pages/quanyi/quanyi.vue index b55401e..9794537 100644 --- a/pages/quanyi/quanyi.vue +++ b/pages/quanyi/quanyi.vue @@ -62,32 +62,12 @@ tabscurrent: 0, optionindex: 0, optionname: '全部', - // options: [{ - // label: '全部', - // value: '', - // }, { - // label: '待接单', - // value: 'WAIT_RECEIVED_GOODS', - // }, { - // label: '待服务', - // value: 'RECEIVED_GOODS', - // }, { - // label: '已完成', - // value: 'COMPLETED', - // }], - query: { - hospitalPersonId: uni.getStorageSync("id"), - orderStatus: '', - orderType: '', - pageNum: 1, - pageSize: 10, - }, missionlist: [], missiontotal: 0, remark: '', formdata: { pageNum: 1, - pageSize: 10, + pageSize: 1000, doctorId: uni.getStorageSync("id"), consultationType: 'IMAGE_TEXT_CONSULTATION', status: '', @@ -99,6 +79,7 @@ }, mounted() { this.status = uni.getStorageInfoSync('status') + this.info() }, watch: { Refresh(newvalue, oldvalue) {