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",