Browse Source

盘点任务过滤去掉

hella_online_20240829
wangyufei 5 months ago
parent
commit
0dfcd38f6f
  1. 10
      src/pages/count/job/countJob.vue

10
src/pages/count/job/countJob.vue

@ -143,11 +143,11 @@
value: this.status
})
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
// })
var params = {
filters: filters,
pageNo: this.pageNo,

Loading…
Cancel
Save