Flex
2025-06-12 f08fde11429242d686b9cce31a2856e12b68e62a
修改保存校验
已修改1个文件
10 ■■■■ 文件已修改
easegen-front/src/views/chooseTemplate/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/chooseTemplate/index.vue
@@ -1021,10 +1021,6 @@
      // 获取模型列表
      getSoundModelList()
    }
    if (ChangeSoundTypeList.value === undefined) {
      // 获取可选的声音类型列表
      GetSoundTypeList()
    }
  }
  showHeadImageTool.value = item.name === t('courseCenter.background')
  showTemplateTool.value = item.name === t('courseCenter.template')
@@ -1063,7 +1059,10 @@
  SoundTypeList.value = res
  ChangeSoundTypeList.value = { ...res[0] }
}
if (ChangeSoundTypeList.value === undefined) {
    // 获取可选的声音类型列表
    GetSoundTypeList()
}
//可选的声音模型的声音类别列表
const SoundvoiceTypeList = ref()
// 当前选择的声音模型的声音类别
@@ -2293,6 +2292,7 @@
const getCourseDetail = async (id) => {
  const res = await pptTemplateApi.coursesDetail(id)
  console.log( "res当前信息", res )
  if (res) {
    courseInfo.value = res