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