ai视频二期功能提交-ai翻译编辑联调

This commit is contained in:
sunli_tydic
2025-12-18 15:49:20 +08:00
parent 1e0a911e4e
commit 8e1517c114

View File

@@ -520,7 +520,7 @@ export default {
this.SET_selectableLang(item?.boeaiSubtitleRspList);
this.videoName = item.chapterName ? item.chapterName + "-视频" + item.videoIndex : this.courseInfo.name;
// 编辑时 刷新时保留选择
if (isRefresh) {
if (isRefresh && this.currentLang) {
this.handleLoadSubtitle();
} else {
this.currentLang = '';
@@ -538,7 +538,7 @@ export default {
},
// 根据课程支持语种 设置 右侧下拉框选项currentLangObjList 和 中间下拉框值 currentLangList
setCurrentLang(langList) {
this.currentLangList = langList;
this.currentLangList = JSON.parse(JSON.stringify(langList));
let currentLangObjList = [];
this.selectAllLang.forEach(item => {
langList.forEach(item2 => {