This commit is contained in:
2023-04-13 19:31:12 +08:00
parent 537b349a9f
commit 40bab7f486
5 changed files with 18 additions and 52 deletions

View File

@@ -74,11 +74,12 @@
};
},
onShow () {
console.log(this.$store.getters.publicObj)
if (this.$store.getters.publicObj !== '') {
this.val2 = this.$store.getters.publicObj.material_code
this.val3 = this.$store.getters.publicObj.material_name
this.val4 = this.$store.getters.publicObj.material_spec
this.val7 = this.$store.getters.publicObj.material_id
this.val7 = this.$store.getters.publicObj.material_uuid
}
},
destroyed () {