This commit is contained in:
2023-09-11 15:13:38 +08:00
parent 25970006ec
commit b90ba8658b
3 changed files with 6 additions and 12 deletions

View File

@@ -112,13 +112,11 @@
} }
}, },
toCancle () { toCancle () {
this.$store.dispatch('setPublicObj', '')
this.goIn() this.goIn()
}, },
goIn () { goIn () {
uni.redirectTo({ this.$store.dispatch('setPublicObj', '')
url: '/pages/device/CheckWork' uni.navigateBack()
})
} }
} }
} }

View File

@@ -112,13 +112,11 @@
} }
}, },
toCancle () { toCancle () {
this.$store.dispatch('setPublicObj', '')
this.goIn() this.goIn()
}, },
goIn () { goIn () {
uni.redirectTo({ this.$store.dispatch('setPublicObj', '')
url: '/pages/device/LubricateWork' uni.navigateBack()
})
} }
} }
} }

View File

@@ -112,13 +112,11 @@
} }
}, },
toCancle () { toCancle () {
this.$store.dispatch('setPublicObj', '')
this.goIn() this.goIn()
}, },
goIn () { goIn () {
uni.redirectTo({ this.$store.dispatch('setPublicObj', '')
url: '/pages/device/MaintainWork' uni.navigateBack()
})
} }
} }
} }