From 7e533122f71a672fd2b7fe8c3a2ae594f17189e1 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Wed, 26 Jun 2024 10:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=93=81=E5=8F=91=E8=B4=A7=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deliver/job/deliverJob.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/deliver/job/deliverJob.vue b/src/pages/deliver/job/deliverJob.vue index f5927528..861519da 100644 --- a/src/pages/deliver/job/deliverJob.vue +++ b/src/pages/deliver/job/deliverJob.vue @@ -138,11 +138,11 @@ }) } - // filters.push({ - // column: "accept_user_id", - // action: "==", - // value: this.$store.state.user.id - // }) + filters.push({ + column: "accept_user_id", + action: "==", + value: this.$store.state.user.id + }) filters.push({ column: "status", action: "in",