出入库查询修复
This commit is contained in:
@@ -281,7 +281,7 @@ function handleQuery() {
|
||||
queryParams.value.cangku = warehouseCode.value[1]
|
||||
}
|
||||
//详细类型
|
||||
if (operationTypeCK.value.length > 0 || operationTypeRK.value.length > 0) {
|
||||
if (operationTypeCK.value?.length > 0 || operationTypeRK.value?.length > 0) {
|
||||
queryParams.value.operationType = operationTypeRK.value || operationTypeCK.value
|
||||
}
|
||||
//操作时间
|
||||
|
||||
Reference in New Issue
Block a user