Commit f68d317f authored by xxx's avatar xxx

添加设备号提示

parent a35a2d0e
...@@ -105,6 +105,12 @@ export default { ...@@ -105,6 +105,12 @@ export default {
message: "请在后台系统中将该设备与车辆绑定后再进行登录!", message: "请在后台系统中将该设备与车辆绑定后再进行登录!",
type: 'error' type: 'error'
}); });
that.$message({
showClose: true,
message: "设备号:" + that.deviceOAID,
type: 'error',
duration: 0
});
that.bindingStatus = false; that.bindingStatus = false;
} }
}) })
...@@ -114,6 +120,12 @@ export default { ...@@ -114,6 +120,12 @@ export default {
message: "请在后台系统中将该设备与车辆绑定后再进行登录!", message: "请在后台系统中将该设备与车辆绑定后再进行登录!",
type: 'error' type: 'error'
}); });
that.$message({
showClose: true,
message: "设备号:" + that.deviceOAID,
type: 'error',
duration: 0
});
that.bindingStatus = false; that.bindingStatus = false;
}) })
} }
...@@ -160,6 +172,12 @@ export default { ...@@ -160,6 +172,12 @@ export default {
message: "请在后台系统中将该设备与车辆绑定后再进行登录!", message: "请在后台系统中将该设备与车辆绑定后再进行登录!",
type: 'error' type: 'error'
}); });
this.$message({
showClose: true,
message: "设备号:" + this.deviceOAID,
type: 'error',
duration: 0
});
this.bindingStatus = false; this.bindingStatus = false;
} }
}) })
...@@ -169,6 +187,12 @@ export default { ...@@ -169,6 +187,12 @@ export default {
message: "请在后台系统中将该设备与车辆绑定后再进行登录!", message: "请在后台系统中将该设备与车辆绑定后再进行登录!",
type: 'error' type: 'error'
}); });
this.$message({
showClose: true,
message: "设备号:" + this.deviceOAID,
type: 'error',
duration: 0
});
this.bindingStatus = false; this.bindingStatus = false;
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment