This commit is contained in:
2023-09-11 17:05:41 +08:00
parent 797b90b526
commit 46128efb1b
3 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@
}
this.$store.dispatch('setPublicObj', this.pkObj)
uni.navigateTo({
url: '/pages/device/RepairFill'
url: '/pages/device/CheckFill'
})
}
}

View File

@@ -134,7 +134,7 @@
}
this.$store.dispatch('setPublicObj', this.pkObj)
uni.navigateTo({
url: '/pages/device/RepairFill'
url: '/pages/device/LubricateFill'
})
}
}

View File

@@ -134,7 +134,7 @@
}
this.$store.dispatch('setPublicObj', this.pkObj)
uni.navigateTo({
url: '/pages/device/RepairFill'
url: '/pages/device/MaintainFill'
})
}
}