|
|
@@ -179,7 +179,7 @@ export default {
|
|
|
getDevcieByQrcode(res.result).then(res=>{
|
|
|
let device = res.data;
|
|
|
if(!device){
|
|
|
- self.$modal.showToast('未查到设备信息')
|
|
|
+ self.$modal.showToast('设备不存在或该已经绑定用户')
|
|
|
}else{
|
|
|
if(device.deptId != null){
|
|
|
self.$modal.showToast('该设备已经绑定了用户')
|