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: {

View File

@@ -110,6 +110,7 @@
item.measure_unit_id = this.currentData.measure_unit_id
}
})
this.$store.dispatch('setPublicObj', '')
}
},
created () {

View File

@@ -111,6 +111,7 @@
item.measure_unit_id = this.currentData.measure_unit_id
}
})
this.$store.dispatch('setPublicObj', '')
}
},
methods: {