修改需求

This commit is contained in:
蔡玲
2024-09-10 10:07:19 +08:00
parent 67af42d57e
commit e61447458f
2 changed files with 11 additions and 11 deletions

View File

@@ -92,6 +92,13 @@ 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