瀏覽代碼

update

reset-do-picking-order
CANCERYS\kw093 1 周之前
父節點
當前提交
4f0df8f5f8
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      src/app/api/bom/index.ts

+ 1
- 3
src/app/api/bom/index.ts 查看文件

@@ -42,9 +42,7 @@ export interface BomScoreResult {
baseScore: number | string | { value?: number; [key: string]: any };
}

export const preloadBomCombo = () => {
fetchBomCombo();
};


export const fetchBomCombo = cache(async () => {
return serverFetchJson<BomCombo[]>(`${BASE_API_URL}/bom/combo`, {


Loading…
取消
儲存