优化通道更新

This commit is contained in:
648540858
2022-01-13 16:24:37 +08:00
parent 726963ba77
commit f99c9cac6a
7 changed files with 141 additions and 186 deletions

View File

@@ -213,8 +213,13 @@
that.$refs[itemData.deviceId + 'refbtn' ].loading = false;
}).catch(function(e) {
console.error(e)
that.$message({
showClose: true,
message: e,
type: 'error'
});
that.$refs[itemData.deviceId + 'refbtn' ].loading = false;
});;
});
},
//通知设备上传媒体流
sendDevicePush: function(itemData) {