670人员登记调整,蓝牙成功不再走后端
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user