|
|
@@ -357,7 +357,8 @@ export default {
|
|
|
};
|
|
|
this.$emit('addVideo', videoData);
|
|
|
});
|
|
|
- this.$message.success(this.lang.ssAddSuccessVideo.replace('*', this.selectedVideos.length));
|
|
|
+ // this.$message.success(this.lang.ssAddSuccessVideo.replace('*', this.selectedVideos.length));
|
|
|
+ console.log(this.lang.ssAddSuccessVideo.replace('*', this.selectedVideos.length));
|
|
|
this.selectedVideos = [];
|
|
|
// 批量添加成功后关闭弹窗
|
|
|
this.handleClose();
|