【修改】 wps出题页面优化
This commit is contained in:
@@ -439,9 +439,11 @@ const addPptxInfo = async () => {
|
||||
if (filePath == '' || filePath == null) {
|
||||
return
|
||||
}
|
||||
const res = await PptxApi.getPptxInfo(filePath)
|
||||
pptxPointsList.value = []
|
||||
pptxPointsList.value.push(...handleTree(res))
|
||||
if (pptxPointsList.value.length <= 0) {
|
||||
const res = await PptxApi.getPptxInfo(filePath)
|
||||
pptxPointsList.value = []
|
||||
pptxPointsList.value.push(...handleTree(res))
|
||||
}
|
||||
dialogFormVisiblePptxInfo.value = true
|
||||
}
|
||||
const queryParams = reactive({
|
||||
|
Reference in New Issue
Block a user