From 706703df2c073386556b49d31bcdbc81b3b865f0 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 22 五月 2025 15:18:24 +0800
Subject: [PATCH] #出库作业
---
rsf-admin/src/page/outWork/outBound/StaSelect.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/page/outWork/outBound/StaSelect.jsx b/rsf-admin/src/page/outWork/outBound/StaSelect.jsx
index 3a60e1c..5971aa6 100644
--- a/rsf-admin/src/page/outWork/outBound/StaSelect.jsx
+++ b/rsf-admin/src/page/outWork/outBound/StaSelect.jsx
@@ -29,7 +29,7 @@
const http = async () => {
setLoading(true);
try {
- const res = await request.post('/deviceSite/page', {
+ const res = await request.post('/selectStaList/page', {
type: type,
current: page,
pageSize: perPage
--
Gitblit v1.9.1