From 1fab4996f9508c8bab7120b87eca860b37a3c445 Mon Sep 17 00:00:00 2001 From: anna Date: Wed, 3 Dec 2025 22:30:02 +0800 Subject: [PATCH] stock issue --- src/components/StockIssue/action.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/StockIssue/action.ts b/src/components/StockIssue/action.ts index 8b20aff..8884874 100644 --- a/src/components/StockIssue/action.ts +++ b/src/components/StockIssue/action.ts @@ -23,7 +23,7 @@ export interface StockIssueResult { } export const fetchList = cache(async () => { - return serverFetchJson(`${BASE_API_URL}/stock-issue-list`, { - next: { tags: ["stock issue"] }, + return serverFetchJson(`${BASE_API_URL}/pickExecution/badItemList`, { + next: { tags: ["Bad Item List"] }, }); });