@@ -43,6 +43,9 @@ export default {
created() {
if (this.saleType || this.setDefaultPerson) {
this.personData()
+ } else {
+ this.setDefaultPerson = this.$store.getters.getAdminUser.username
+ this.personData()
}
},
methods: {