mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
v1.9 强制回单中调详情错误
This commit is contained in:
parent
3f9ecd9714
commit
8edcdb9960
@ -185,7 +185,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
openRepairDetail(repair) {
|
openRepairDetail(repair) {
|
||||||
this.$router.push(`/work/repairDetail/${repair.repairId}`)
|
this.$router.push(`/views/work/repairDetail?repairId=${repair.repairId}`)
|
||||||
},
|
},
|
||||||
handleForceFinishSuccess() {
|
handleForceFinishSuccess() {
|
||||||
this.listRepairPools()
|
this.listRepairPools()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user