From 6bc8391458afbc6dacf968a3e0e33f20304e56a6 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期四, 29 五月 2025 10:58:38 +0800 Subject: [PATCH] 定时任务查询优化 --- rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx index 82e94c4..d48c170 100644 --- a/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx +++ b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx @@ -182,7 +182,7 @@ http(sta, data); } const http = async (sta, items) => { - const { data: { code, data, msg } } = await request.post(`/locItem/generate/task`, { siteNo: sta, items: items, type: 'check' }); + const { data: { code, data, msg } } = await request.post(`/locItem/check/task`, { siteNo: sta, items: items }); if (code === 200) { notify(msg); refresh() -- Gitblit v1.9.1