Browse Source

操作屏

master
蔡玲玲 3 months ago
parent
commit
4d66389215
  1. 1
      lms/nladmin-ui/src/views/wms/produceScreen/setup.vue

1
lms/nladmin-ui/src/views/wms/produceScreen/setup.vue

@ -90,6 +90,7 @@ export default {
return
}
crudProduceScreen.deviceInLogin({ device_code: this.value }).then(res => {
res.username = this.username
this.$store.dispatch('addScreenData', JSON.stringify(res))
this.show = false
this.disabled = false

Loading…
Cancel
Save