feat: 🚀 物料列表刷新
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user