【新增】 缺少文件

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-24 11:12:34 +08:00
committed by 陆光LG
parent 8bbe607f68
commit 49a8b7a645
4 changed files with 43 additions and 4 deletions

View File

@@ -40,3 +40,7 @@ export const updateXlsx = async (params: XlsxVO) => {
export const deleteXlsx = async (id: number) => {
return await request.delete({ url: '/wps/xlsx/delete?id=' + id })
}
export const getXlsxInfo = async (path: String) => {
return await request.get({ url: '/tool/wps/runWpsXlsx?path=' + path })
}