录像下载支持跨天选择

This commit is contained in:
lin
2025-12-15 15:39:41 +08:00
parent 20939fcce8
commit c1ccd74ab5
2 changed files with 16 additions and 2 deletions

View File

@@ -360,7 +360,15 @@ export default {
setTimeout(() => {
this.initData()
}, 1000)
}).finally(() => {
})
.catch((error) => {
console.log(error)
this.$message.error({
showClose: true,
message: error
})
})
.finally(() => {
itemData.playLoading = false
})
},