update 无来源标签打印页面,修改打印按钮url路径

This commit is contained in:
18110972313 2025-04-22 13:19:49 +08:00
parent aa375145f0
commit 569602b4d0

View File

@ -81,7 +81,7 @@ export function getUnitList(data: any) {
export function getTrackOutBox(data: any) { export function getTrackOutBox(data: any) {
return request({ return request({
url: '/api/label/TrackOutBox', url: '/api/api/label/TrackOutBox',
method: 'post', method: 'post',
data: data, data: data,
}); });