工作台代码提交

This commit is contained in:
2025-11-09 17:33:32 +08:00
parent 0d38e006e1
commit 639f92540f
27 changed files with 1257 additions and 27 deletions

View File

@@ -67,4 +67,9 @@ export const getInventoryMeter = async function({park = "", keyword = "", page =
// 新装电表
export const installMeter = async function(data) {
return await POST(`/wx/workBench/installMeter`, data);
}
// 拆表
export const uninstallMeter = async function(sn) {
return await DELETE(`/flow/doMeterRemoveApproval?sn=${sn}`);
}