领料出库导出优化
This commit is contained in:
parent
54b2458c71
commit
c847fa5a8f
|
|
@ -1098,11 +1098,12 @@ export default {
|
|||
|
||||
const currentTime = formatTime(new Date())
|
||||
const params = {
|
||||
...this.queryParams,
|
||||
keyWord: this.queryParams.keyWord,
|
||||
startTime: this.queryParams.startTime,
|
||||
endTime: this.queryParams.endTime,
|
||||
pageSize: this.queryParams.pageSize,
|
||||
pageNum: this.queryParams.pageNum,
|
||||
// startTime: this.queryParams.startTime,
|
||||
// endTime: this.queryParams.endTime,
|
||||
// pageSize: this.queryParams.pageSize,
|
||||
// pageNum: this.queryParams.pageNum,
|
||||
hasSign: 1
|
||||
}
|
||||
if (!this.queryParams.taskStatus) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue