Commit 7729ef4e authored by 赵乐's avatar 赵乐

修改打印分页

parent 6a4b0cdd
...@@ -307,7 +307,7 @@ const handleUnionAllPrint = async () => { ...@@ -307,7 +307,7 @@ const handleUnionAllPrint = async () => {
if (list.value.length === 0) { if (list.value.length === 0) {
return message.warning('当前不存在可打印数据') return message.warning('当前不存在可打印数据')
} }
// delete queryParams.pageSize delete queryParams.pageSize
// queryParams.pageSize=100 // queryParams.pageSize=100
// 需要修改接口 最多只能100条数据 // 需要修改接口 最多只能100条数据
printData.value = await InfoApi.getUnionAllPrintListByIds(queryParams) printData.value = await InfoApi.getUnionAllPrintListByIds(queryParams)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment