From b8034ea8d5eac3eb346ec18f905b4a79cd9fdc13 Mon Sep 17 00:00:00 2001
From: Flex <q1406482700@163.com>
Date: 星期六, 21 六月 2025 18:05:48 +0800
Subject: [PATCH] Merge branch 'master' of http://yykjgit.sdyyst.com/r/easegen

---
 easegen-front/src/views/chooseTemplate/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/easegen-front/src/views/chooseTemplate/index.vue b/easegen-front/src/views/chooseTemplate/index.vue
index 2b51fc2..b565054 100644
--- a/easegen-front/src/views/chooseTemplate/index.vue
+++ b/easegen-front/src/views/chooseTemplate/index.vue
@@ -777,6 +777,7 @@
       title="鐐瑰嚮闇�瑕佺籂姝g殑澶氶煶瀛楋紝閫夋嫨姝g‘鐨勫彂闊�"
       width="500"
       @close="dialogVisible = false"
+      :close-on-click-modal="false"
     >
       <el-tag
         v-for="(item, index) in textList"
@@ -789,14 +790,14 @@
         {{ item }}
       </el-tag>
     </el-dialog>
-    <el-dialog v-model="dialogVisible1" title="鎻愮ず" width="500px" style="height: 150px">
+    <el-dialog v-model="dialogVisible1" title="鎻愮ず" width="500px" style="height: 150px" :close-on-click-modal="false" >
       <p style="margin-bottom: 20px; font-size: 18px">鏄惁瑕佸皢姝ゆā鏉垮簲鐢ㄥ埌鎵�鏈夐〉闈�</p>
       <span class="dialog-footer">
         <el-button @click="handleTemplateSelection1(1)">搴旂敤褰撳墠椤�</el-button>
         <el-button type="primary" @click="handleTemplateSelection1(2)">搴旂敤鎵�鏈夐〉</el-button>
       </span>
     </el-dialog>
-    <el-dialog v-model="dialogVisible2" title="鎻愮ず" width="500px" style="height: 150px">
+    <el-dialog v-model="dialogVisible2" title="鎻愮ず" width="500px" style="height: 150px" :close-on-click-modal="false" >
       <p style="margin-bottom: 20px; font-size: 18px">鏄惁瑕佸皢姝ゆ暟瀛椾汉搴旂敤鍒版墍鏈夐〉闈�</p>
       <span class="dialog-footer">
         <el-button @click="chooseHost1(1)">搴旂敤褰撳墠椤�</el-button>
@@ -1776,7 +1777,7 @@
     message.warning('璇峰厛閫夋嫨瑕佸垹闄ょ殑ppt')
   } else {
     PPTArr.value = PPTArr.value.filter((child) => child.isChecked !== true)
-    
+    DeleteD.value = true
   }
 }
 

--
Gitblit v1.9.3