fix: 🧩 修復bug

This commit is contained in:
2025-10-14 09:31:12 +08:00
parent ef38880743
commit c18746fcf5
6 changed files with 54 additions and 5 deletions

View File

@@ -6,6 +6,9 @@ import http from "@/api";
//物料分页列表
export const getMaterialListApi = (params: any) => {
if (params.disabled && params.disabled === "启用") {
params.disabled = 0;
}
return http.get<any>(`material`, params);
};
//刷新 /admapi/material/reload