强控和装表字段调整

This commit is contained in:
2025-11-12 15:38:00 +08:00
parent 422338f816
commit 391219bde1
4 changed files with 8 additions and 6 deletions

View File

@@ -66,8 +66,8 @@ export const getCollectionList = async function({park = "", keyword = "", page =
// 获取库存电表列表
export const getInventoryMeter = async function({park = "", keyword = "", page = 1}) {
return await GET(`/electricity/list?page=${page}&park=${park}&keyword=${replaceSpecialIcon(keyword)}`);
export const getInventoryMeter = async function({park = "", keyword = "", page = 1, status = 1}) {
return await GET(`/electricity/list?page=${page}&park=${park}&keyword=${replaceSpecialIcon(keyword)}&status=${status}`);
}
// 新装电表