fix: 🧩 修復bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user