Commit 8edcdb99609169084d41c9c760fe0fbc76e80a2d

Authored by wuxw
1 parent 3f9ecd97

v1.9 强制回单中调详情错误

src/views/work/repairForceFinishManageList.vue
... ... @@ -185,7 +185,7 @@ export default {
185 185 })
186 186 },
187 187 openRepairDetail(repair) {
188   - this.$router.push(`/work/repairDetail/${repair.repairId}`)
  188 + this.$router.push(`/views/work/repairDetail?repairId=${repair.repairId}`)
189 189 },
190 190 handleForceFinishSuccess() {
191 191 this.listRepairPools()
... ...