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 () {
this.$store.dispatch('setPublicObj', '')
this.goIn()
},
goIn () {
uni.redirectTo({
url: '/pages/device/MaintainWork'
})
this.$store.dispatch('setPublicObj', '')
uni.navigateBack()
}
}
}