【新增】试卷参数是否删除文件,docx4j验证word
This commit is contained in:
@@ -37,6 +37,7 @@ export const updatePptx = async (params: PptxVO) => {
|
||||
export const deletePptx = async (id: number) => {
|
||||
return await request.delete({ url: '/exam/pptx/delete?id=' + id })
|
||||
}
|
||||
|
||||
// // 获取Word考点(大类)
|
||||
export const getPptxInfo = async (path: String) => {
|
||||
return await request.get({ url: '/tool/wps/runWpsPptx?path=' + path })
|
||||
@@ -47,6 +48,7 @@ export const getPptxInfos = async (title: string) => {
|
||||
console.log(title)
|
||||
return await request.get({ url: '/exam/pptx/getByNameList?title=' + title })
|
||||
}
|
||||
|
||||
// // 获取Pptx考点()
|
||||
export const getPptxListInfos = async (data: any) => {
|
||||
return await request.post({ url: '/tool/wps/runTestpptx' , data })
|
||||
|
Reference in New Issue
Block a user