This commit is contained in:
蔡玲
2024-09-23 14:03:33 +08:00
parent 67f5a69dc7
commit 5ddfe64d93
3 changed files with 13 additions and 10 deletions

View File

@@ -92,13 +92,6 @@ export default {
}
crudProduceScreen.deviceInLogin({ device_code: this.value }).then(res => {
res.username = this.username
let in_code = ''
res.region_points.map(el => {
if (el.type === '0') {
in_code = el.device_code
}
})
res.in_code = in_code
this.$store.dispatch('addScreenData', JSON.stringify(res))
this.show = false
this.disabled = false