feat: 移除changeTime,产品和半成品

This commit is contained in:
砂糖
2025-08-11 14:54:20 +08:00
parent 613522d167
commit ced0cd350d
4 changed files with 97 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ export default {
/** 查询库存流水列表 */
getList() {
this.loading = true;
const payload = {
const { changeTime, ...payload } = {
...this.queryParams,
startTime: this.queryParams.changeTime ? this.queryParams.changeTime[0] + ' 00:00:00' : undefined,
endTime: this.queryParams.changeTime ? this.queryParams.changeTime[1] + ' 23:59:59' : undefined