This commit is contained in:
2025-09-12 10:56:41 +08:00
parent ba5df9340a
commit cbd82d1a20
3 changed files with 3 additions and 0 deletions

View File

@@ -105,6 +105,7 @@
onShow() {
if (this.$store.getters.publicObj !== '') {
this.currentData = this.$store.getters.publicObj
this.$store.dispatch('setPublicObj', '')
}
},
methods: {