瀏覽代碼

stock issue

master
Anna Ho 1 周之前
父節點
當前提交
1fab4996f9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/components/StockIssue/action.ts

+ 2
- 2
src/components/StockIssue/action.ts 查看文件

@@ -23,7 +23,7 @@ export interface StockIssueResult {
} }


export const fetchList = cache(async () => { export const fetchList = cache(async () => {
return serverFetchJson<StockIssueResult[]>(`${BASE_API_URL}/stock-issue-list`, {
next: { tags: ["stock issue"] },
return serverFetchJson<StockIssueResult[]>(`${BASE_API_URL}/pickExecution/badItemList`, {
next: { tags: ["Bad Item List"] },
}); });
}); });

Loading…
取消
儲存