|
|
@@ -1838,6 +1838,11 @@ export default {
|
|
|
} else {
|
|
|
this.$message.success('已从列表中移除该视频');
|
|
|
}
|
|
|
+
|
|
|
+ // 如果队列为空且没有正在处理的批次,重置上传状态
|
|
|
+ if (this.uploadQueue.length === 0 && !this.isProcessingBatch) {
|
|
|
+ this.isUploading = false;
|
|
|
+ }
|
|
|
},
|
|
|
/** 删除视频 */
|
|
|
// handleDeleteVideo(row) {
|