一点小优化,从设备详情去绑定蓝牙设备,成功后更新设备详情的连接状态

This commit is contained in:
liub
2025-10-23 14:54:12 +08:00
parent 2339c1c8d0
commit f51b6c5a85
4 changed files with 6 additions and 1 deletions

View File

@ -731,6 +731,7 @@
events: {
BindOver: function(data) {
console.log(data)
these.formData.bleStatu=true;
}
},
success: function(res) {