mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 07:46:43 +08:00
ai视频二期功能提交-ai翻译编辑联调
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user