zksu
/
WEB
forked from yoone/WEB
1
0
Fork 0

fix: 物流打印label

This commit is contained in:
cll 2025-09-03 10:53:07 +08:00
parent 23a40af797
commit 5e7bd8647e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const ListPage: React.FC = () => {
disabled={isLoading} disabled={isLoading}
onClick={async () => { onClick={async () => {
setIsLoading(true); setIsLoading(true);
const { data } = await logisticscontrollerGetshipmentlabel(record.id); const { data } = await logisticscontrollerGetshipmentlabel({shipmentId:record.id});
const content = data.content; const content = data.content;
printPDF([content]); printPDF([content]);
setIsLoading(false); setIsLoading(false);