|
|
|
@ -450,7 +450,7 @@ export default {
|
|
|
|
|
this.$store.commit(types.RECEIVE_LOCINVNAME, this.locInvName);
|
|
|
|
|
this.$store.commit(types.RECEIVE_LOCSUBINVNAME, this.locInvName);
|
|
|
|
|
let username = this.$store.getters.employeeName;
|
|
|
|
|
this.title = username + "(" + this.$store.getters.locInvName + " " + this.$store.getters.locSubInvName + ")";
|
|
|
|
|
this.title = username + "(" + this.locInvName + " " + this.locSubInvName + ")";
|
|
|
|
|
this.getStorage();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|