du
7 天以前 241ac9a389d478ede06def46c86a6b6248af6d6a
模板管理ppt位置修改
已修改1个文件
9 ■■■■■ 文件已修改
easegen-front/src/views/chooseTemplate/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/chooseTemplate/index.vue
@@ -835,8 +835,6 @@
  Edit,
  ArrowLeft,
  Upload,
  Mic,
  Headset,
  Delete,
  VideoPlay,
  CopyDocument,
@@ -865,7 +863,7 @@
const dialogVisible1 = ref(false)
const dialogVisible2 = ref(false)
const isEditing = ref(false)
const inputRef = ref(null)
const inputRef = ref('')
const editName = ref('')
const applyAllHost = ref(false)
//当前是否存在人脸
@@ -971,7 +969,7 @@
const TEMPLATE_PRESETS = ref([])
const templates = ref([])
const selectTemplate = ref([])
const selectTemplate = ref({})
const tabs1 = [
  {
@@ -1793,7 +1791,7 @@
  pageSize: 100,
  zg: ''
})
const selectHost = ref(null)
const selectHost = ref({})
const getList = async () => {
  loading.value = true
@@ -1810,7 +1808,6 @@
    hostList.value = data.list
    if (hostList.value.length > 0 && !selectHost.value) {
      selectHost.value = hostList.value[0]
      console.log('selectHost.value', selectHost.value)
      if (selectHost.value !== null) {
        selectHost.value.fixVideoUrl = null
        selectHost.value.pictureUrl = null