Browse Source

盘点任务过滤去掉

hella_online_20240829
王宇飞 8 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 value: this.status
}) })
filters.push({ // filters.push({
column: "accept_user_id", // column: "accept_user_id",
action: "==", // action: "==",
value: this.$store.state.user.id // value: this.$store.state.user.id
}) // })
var params = { var params = {
filters: filters, filters: filters,
pageNo: this.pageNo, pageNo: this.pageNo,

Loading…
Cancel
Save