确认中订单查询及订单数量统计排除workFinishTime为空的数据

This commit is contained in:
donqi 2023-03-27 22:27:30 +08:00
parent af1fda9a10
commit 0d9c89ca8a
1 changed files with 3 additions and 0 deletions

View File

@ -650,6 +650,9 @@
//
params.isMonitoredOrder = true;
params.allSelfAssigned = 0;
} else if (this.tabCur === 3) {
//
params.workFinishTimeExisted = true;
}
}
try {