Commit 5d38fd12 authored by 黄卓's avatar 黄卓

箱明细,长宽高用途属性,查看模式

parent c57e00d1
......@@ -47,7 +47,6 @@
form-type="checkbox"
:disabled="readOnly"
></dict-selector>
{{ usageIds }}
</el-form-item>
</el-col>
</el-row>
......@@ -155,6 +154,7 @@ export default {
}
if (this.value.usageIds) {
console.log('this.value.usageIds',this.value.usageIds)
this.usageIds = this.value.usageIds.split(',') || []
}
......@@ -188,6 +188,7 @@ export default {
this.value.prodAttrIds = val.join(',')
},
usageIds(val) {
console.log('val', val)
this.$nextTick(() => {
this.value.usageIds = val.join(',')
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment