Browse Source

修改盘点任务顺序倒序

hella_online_20240829
lijuncheng 3 months ago
parent
commit
5dbb1b4588
  1. 4
      src/pages/count/job/countJob.vue

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

@ -162,6 +162,8 @@
filters: filters, filters: filters,
pageNo: this.pageNo, pageNo: this.pageNo,
pageSize: this.pageSize, pageSize: this.pageSize,
sort:"number",
by:"DESC"
} }
getCountJobList(params).then(res => { getCountJobList(params).then(res => {
@ -296,6 +298,8 @@
filters: filters, filters: filters,
pageNo: 1, pageNo: 1,
pageSize: 100, pageSize: 100,
sort:"number",
by:"DESC"
} }
getCountJobList(params).then(res => { getCountJobList(params).then(res => {
uni.hideLoading(); uni.hideLoading();

Loading…
Cancel
Save