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"] }, }); });