1
0
forked from dyf/APP

670人员登记调整,蓝牙成功不再走后端

This commit is contained in:
liub
2025-10-09 14:34:22 +08:00
parent c556b802e4
commit 4f3a8bb3ec
15 changed files with 360 additions and 133 deletions

View File

@ -1246,14 +1246,14 @@
these.setBleFormData();
let json = {
deviceId: these.device.id,
name: these.formData.company,
position: these.formData.name,
unitName: these.formData.job,
code: these.formData.id
};
usrApi.sendUsr(json)
// let json = {
// deviceId: these.device.id,
// name: these.formData.company,
// position: these.formData.name,
// unitName: these.formData.job,
// code: these.formData.id
// };
// usrApi.sendUsr(json)
return;
}