diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue index 91e6cb6..265589f 100644 --- a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue +++ b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue @@ -336,6 +336,9 @@ export default { } else if (type === 2 && name in this.pointState) { crudProduceScreen.regionOrder(this.pkObj.value, this.pointState[name]).then(res => { this.n1List = [...res.content] + this.n1List.map(el => { + this.$set(el, 'device_code', this.pointState[name]) + }) this.vechineList = [] this.show = true }) @@ -388,7 +391,6 @@ export default { this.$message.error('请选择设备!') return } - this.currentRow2.device_code = this.pointState[name] crudProduceScreen.callMater(this.currentRow2).then(res => { this.$message(res.msg) })