开始做发票

This commit is contained in:
2024-04-22 17:37:07 +08:00
parent d873a722a1
commit 11f208a513
17 changed files with 219 additions and 23 deletions

View File

@@ -7,8 +7,8 @@ export const getMeterList = async function() {
}
// 获取表计详情
export const getMeterDetail = async function({ tenement, code }) {
return await GET(`/wx/getMeterDetail/${tenement}/${code}`);
export const getMeterDetail = async function({ tenement, id }) {
return await GET(`/wx/getMeterDetail/${tenement}/${id}`);
}
// 获取某一商户的电表列表