Browse Source

成品发货任务

hella_online_20240829
wangyufei 3 months ago
parent
commit
7e533122f7
  1. 10
      src/pages/deliver/job/deliverJob.vue

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

Loading…
Cancel
Save