输送线

This commit is contained in:
2022-07-22 14:46:40 +08:00
parent 46e6aad61a
commit 2282c119dd
3 changed files with 33 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ export default {
methods: {
toPage (e) {
let name = e.path.substr(2)
if (name === 'CheckManage' || name === 'ConveyorLine') {
if (name === 'CheckManage' || name === 'ConveyorLine' || name === 'BindMaterPoint') {
this.$store.dispatch('setKeepAlive', [name])
}
this.$router.push(e.path.substr(2))