【新增】 缺少文件
This commit is contained in:

committed by
陆光LG

parent
8bbe607f68
commit
49a8b7a645
@@ -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 })
|
||||
}
|
Reference in New Issue
Block a user