|
@@ -112,7 +112,7 @@
|
|
if(res.data.code!==0) return this.$showToast(res.data.msg)
|
|
if(res.data.code!==0) return this.$showToast(res.data.msg)
|
|
this.deviceList = [res.data.data];
|
|
this.deviceList = [res.data.data];
|
|
if(res.data.data.length>0) this.show = true;
|
|
if(res.data.data.length>0) this.show = true;
|
|
- else this.$showToast('暂无已绑定的设备')
|
|
|
|
|
|
+ else this.$showToast('暂无可绑定的设备')
|
|
})
|
|
})
|
|
},
|
|
},
|
|
addDevice(){
|
|
addDevice(){
|