This commit is contained in:
bb_pan 2026-01-05 17:19:22 +08:00
parent 3816bfcd41
commit 003201e704
3 changed files with 3 additions and 3 deletions

View File

@ -277,7 +277,7 @@ export default {
},
methods: {
goBack() {
this.$router.push({ path: '/business/equipmentRepair/repairList' })
this.$router.push({ path: '/equipmentRepair/repairList' })
},
// 退
// 退

View File

@ -141,7 +141,7 @@ export default {
},
methods: {
goBack() {
this.$router.push({ path: '/business/equipmentRepair/repairAuditList' })
this.$router.push({ path: '/equipmentRepair/repairAuditList' })
},
async getList() {
this.isLoading = true

View File

@ -181,7 +181,7 @@ export default {
},
methods: {
goBack() {
this.$router.push({ path: '/business/equipmentRepair/repairAuditList' })
this.$router.push({ path: '/equipmentRepair/repairAuditList' })
},
async loadApprovalInfo() {
try {