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