CANCERYS\kw093 1 hafta önce
ebeveyn
işleme
27c4657747
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/components/StockIssue/action.ts

+ 2
- 2
src/components/StockIssue/action.ts Dosyayı Görüntüle

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

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

Yükleniyor…
İptal
Kaydet