【修改】 PPT出题页面优化

This commit is contained in:
dlaren
2025-08-17 20:24:55 +08:00
parent f5f30d2fbf
commit bcba3b9958

View File

@@ -414,7 +414,7 @@ interface PptxPoints {
method?: string;
}
let pptxPointsInfosList: PptxPoints[] = []
const removePoint = (index: number) => {
const removePoint = (row) => {
// list.value.splice(index, 1)
for (let i = 0; i < list.value.length; i++) {
if (row.content == list.value[i].content) {
@@ -439,7 +439,7 @@ const documentList = ref<any[]>([
quId: '',
url: '',
fileType: '1',
fileName: ''
fileName: '文档'
},
{
quId: '',
@@ -756,7 +756,7 @@ const resetForm = () => {
quId: '',
url: '',
fileType: '1',
fileName: ''
fileName: '文档'
},
{
quId: '',