mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 08:16:44 +08:00
ai视频二期功能提交-ai翻译编辑联调
This commit is contained in:
@@ -520,7 +520,7 @@ export default {
|
|||||||
this.SET_selectableLang(item?.boeaiSubtitleRspList);
|
this.SET_selectableLang(item?.boeaiSubtitleRspList);
|
||||||
this.videoName = item.chapterName ? item.chapterName + "-视频" + item.videoIndex : this.courseInfo.name;
|
this.videoName = item.chapterName ? item.chapterName + "-视频" + item.videoIndex : this.courseInfo.name;
|
||||||
// 编辑时 刷新时保留选择
|
// 编辑时 刷新时保留选择
|
||||||
if (isRefresh) {
|
if (isRefresh && this.currentLang) {
|
||||||
this.handleLoadSubtitle();
|
this.handleLoadSubtitle();
|
||||||
} else {
|
} else {
|
||||||
this.currentLang = '';
|
this.currentLang = '';
|
||||||
@@ -538,7 +538,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 根据课程支持语种 设置 右侧下拉框选项currentLangObjList 和 中间下拉框值 currentLangList
|
// 根据课程支持语种 设置 右侧下拉框选项currentLangObjList 和 中间下拉框值 currentLangList
|
||||||
setCurrentLang(langList) {
|
setCurrentLang(langList) {
|
||||||
this.currentLangList = langList;
|
this.currentLangList = JSON.parse(JSON.stringify(langList));
|
||||||
let currentLangObjList = [];
|
let currentLangObjList = [];
|
||||||
this.selectAllLang.forEach(item => {
|
this.selectAllLang.forEach(item => {
|
||||||
langList.forEach(item2 => {
|
langList.forEach(item2 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user