大改
This commit is contained in:
@@ -88,7 +88,6 @@ 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
|
||||
@@ -142,6 +141,7 @@ export default {
|
||||
try {
|
||||
let res = await washweighing(list)
|
||||
if (res.code === 200) {
|
||||
this.toast(res.msg)
|
||||
this.deviceinstor_weight = res.content[0].deviceinstor_weight
|
||||
}
|
||||
this.disabled1 = false
|
||||
|
||||
Reference in New Issue
Block a user