准备联调抄表记录

This commit is contained in:
2025-09-17 14:51:36 +08:00
parent 17c992fb0b
commit 4308096394
8 changed files with 74 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ Component({
jumpToHistory() {
const { meterInfo } = this.data;
wx.navigateTo({
url: `/pages/readingHistory/index?meter=${meterInfo?.id}&park=${meterInfo?.park}`,
url: `/pages/readingHistory/index?meter=${meterInfo?.id}&park=${meterInfo?.parkId}`,
})
},
handlePrev() {