实时监测数据接口

This commit is contained in:
978184212@qq.com 2025-12-13 17:15:13 +08:00
parent 179f52c42c
commit c9012d22b2
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
}, },
onLoad(options) { onLoad(options) {
this.details = JSON.parse(decodeURIComponent(options.item)); this.details = JSON.parse(decodeURIComponent(options.item));
console.log(this.details) this.details.code = this.details.survItem
this.stationCode = options.stationCode this.stationCode = options.stationCode
this.stationName = options.stationName this.stationName = options.stationName
}, },