web_src/src/components/dialog/recordDownload.vue
@@ -96,7 +96,10 @@ }); }, close: function (){ this.stopDownloadRecord(); if (this.streamInfo.progress < 1) { this.stopDownloadRecord(); } if (this.timer !== null) { window.clearTimeout(this.timer); this.timer = null;