前端-胡立永 4 weeks ago
parent
commit
5748886a3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/component/home.vue

+ 1
- 1
pages/component/home.vue View File

@ -323,7 +323,7 @@
},
goToInspectionReport(item) {
uni.navigateTo({
url: `/pages/subcomponent/inspection-report?id=${item.orderId}`
url: `/pages/subcomponent/inspection-report?orderId=${item.orderId}`
})
},
getFreeCityList() {


Loading…
Cancel
Save