From a9388536889518e96f610099b754c6db5cfb1bbd Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 22 Dec 2025 10:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AccompanyOrder/AccompanyOrder.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/AccompanyOrder/AccompanyOrder.vue b/src/views/AccompanyOrder/AccompanyOrder.vue index 5386a1e..d2a63e6 100644 --- a/src/views/AccompanyOrder/AccompanyOrder.vue +++ b/src/views/AccompanyOrder/AccompanyOrder.vue @@ -483,6 +483,7 @@ export default { }, async getList() { this.loading = true + console.log("this.searchForm.pay_status",this.searchForm.pay_status) try { const filter = [ { @@ -493,13 +494,13 @@ export default { { key: 'pay_status', op: 'eq', - value: this.searchForm.pay_status || '' + value: this.searchForm.pay_status?this.searchForm.pay_status:(this.searchForm.pay_status===0?0:'') },{ key: 'site_id', op: 'eq', value: this.searchForm.site_id || '' } - ].filter(item => item.value !== '') + ] // 处理服务状态筛选 if (this.searchForm.status === 'assigned') {