From 241ac9a389d478ede06def46c86a6b6248af6d6a Mon Sep 17 00:00:00 2001 From: du <13220750630.163.com> Date: 星期一, 16 六月 2025 15:13:12 +0800 Subject: [PATCH] 模板管理ppt位置修改 --- easegen-front/src/views/chooseTemplate/index.vue | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/easegen-front/src/views/chooseTemplate/index.vue b/easegen-front/src/views/chooseTemplate/index.vue index 62edb03..9690197 100644 --- a/easegen-front/src/views/chooseTemplate/index.vue +++ b/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 -- Gitblit v1.9.3