【修改】 PPT出题页面优化
This commit is contained in:
@@ -414,7 +414,7 @@ interface PptxPoints {
|
|||||||
method?: string;
|
method?: string;
|
||||||
}
|
}
|
||||||
let pptxPointsInfosList: PptxPoints[] = []
|
let pptxPointsInfosList: PptxPoints[] = []
|
||||||
const removePoint = (index: number) => {
|
const removePoint = (row) => {
|
||||||
// list.value.splice(index, 1)
|
// list.value.splice(index, 1)
|
||||||
for (let i = 0; i < list.value.length; i++) {
|
for (let i = 0; i < list.value.length; i++) {
|
||||||
if (row.content == list.value[i].content) {
|
if (row.content == list.value[i].content) {
|
||||||
@@ -439,7 +439,7 @@ const documentList = ref<any[]>([
|
|||||||
quId: '',
|
quId: '',
|
||||||
url: '',
|
url: '',
|
||||||
fileType: '1',
|
fileType: '1',
|
||||||
fileName: ''
|
fileName: '文档'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
quId: '',
|
quId: '',
|
||||||
@@ -756,7 +756,7 @@ const resetForm = () => {
|
|||||||
quId: '',
|
quId: '',
|
||||||
url: '',
|
url: '',
|
||||||
fileType: '1',
|
fileType: '1',
|
||||||
fileName: ''
|
fileName: '文档'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
quId: '',
|
quId: '',
|
||||||
|
Reference in New Issue
Block a user