fix:快照添加panel变量

This commit is contained in:
zhangyu
2022-07-25 15:36:58 +08:00
parent 00e1e97fae
commit a529001f82
3 changed files with 12 additions and 2 deletions

View File

@@ -396,6 +396,9 @@ export default {
item.visible = false
})
}
},
beforeDestroy () {
this.$store.dispatch('dispatchVariablesArr', [])
}
}
</script>