feat: 🚀 物料列表刷新

This commit is contained in:
2025-09-25 17:20:06 +08:00
parent 629232a243
commit 7b4e4f81d2
11 changed files with 60 additions and 36 deletions

View File

@@ -8,3 +8,7 @@ import http from "@/api";
export const getMaterialListApi = (params: any) => {
return http.get<any>(`material`, params);
};
//刷新 /admapi/material/reload
export const getMaterialListReloadApi = (params: any) => {
return http.get<any>(`material/reload`, params);
};