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

This commit is contained in:
wuxw 2025-08-07 11:56:48 +08:00
parent 3f9ecd9714
commit 8edcdb9960

View File

@ -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()