This commit is contained in:
2023-09-08 13:15:03 +08:00
parent d0049011b7
commit 991ab7f18d
5 changed files with 16 additions and 12 deletions

View File

@@ -92,7 +92,7 @@
}
},
destroyed () {
this.$store.dispatch('publicObj', '')
this.$store.dispatch('setPublicObj', '')
},
created () {
this._getWork()
@@ -150,7 +150,7 @@
this.sale_id = ''
this.index = ''
this.bar_code = ''
this.$store.dispatch('publicObj', '')
this.$store.dispatch('setPublicObj', '')
}
}
}