选择物料
This commit is contained in:
@@ -97,6 +97,7 @@ export default {
|
||||
next()
|
||||
},
|
||||
activated () {
|
||||
console.log(this.$store.getters.materObj, 666)
|
||||
if (this.$store.getters.materObj !== '') {
|
||||
this.material_spec = JSON.parse(this.$store.getters.materObj).material_spec
|
||||
this.material_code = JSON.parse(this.$store.getters.materObj).material_code
|
||||
|
||||
Reference in New Issue
Block a user