【修改】 pptx出题页面,还有关联页面更新

This commit is contained in:
dlaren
2025-08-06 14:52:17 +08:00
committed by 陆光LG
parent 0579d2ace7
commit 692a6b19e2
4 changed files with 205 additions and 211 deletions

View File

@@ -562,16 +562,10 @@ const rightActiveName = ref('annex')
const rightHandleClick = (tab, e) => {
rightActiveName.value = tab.paneName.value
}
// 关键字
const multipleKeywordSelection = ref([] as any)
const handleKeywordSelectionChange = (val: any) => {
multipleKeywordSelection.value = val
}
const selections = ref([])
const handleSelectionChange = (rows) => {
selections.value = rows
}
const keyWord = ref([null])
/** 添加/修改操作 */
const FileRef = ref()