diff --git a/pages/device/CheckWork.vue b/pages/device/CheckWork.vue index b8dcfc7..4a3bc2e 100644 --- a/pages/device/CheckWork.vue +++ b/pages/device/CheckWork.vue @@ -134,7 +134,7 @@ } this.$store.dispatch('setPublicObj', this.pkObj) uni.navigateTo({ - url: '/pages/device/RepairFill' + url: '/pages/device/CheckFill' }) } } diff --git a/pages/device/LubricateWork.vue b/pages/device/LubricateWork.vue index 1235ddc..77b5036 100644 --- a/pages/device/LubricateWork.vue +++ b/pages/device/LubricateWork.vue @@ -134,7 +134,7 @@ } this.$store.dispatch('setPublicObj', this.pkObj) uni.navigateTo({ - url: '/pages/device/RepairFill' + url: '/pages/device/LubricateFill' }) } } diff --git a/pages/device/MaintainWork.vue b/pages/device/MaintainWork.vue index 1705211..fdea881 100644 --- a/pages/device/MaintainWork.vue +++ b/pages/device/MaintainWork.vue @@ -134,7 +134,7 @@ } this.$store.dispatch('setPublicObj', this.pkObj) uni.navigateTo({ - url: '/pages/device/RepairFill' + url: '/pages/device/MaintainFill' }) } }