diff --git a/src/api/wps/xlsx/index.ts b/src/api/wps/xlsx/index.ts index 300c04c..164ae49 100644 --- a/src/api/wps/xlsx/index.ts +++ b/src/api/wps/xlsx/index.ts @@ -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 }) +} \ No newline at end of file diff --git a/src/components/Setting/components/security.vue b/src/components/Setting/components/security.vue index f0c3a90..7dd139a 100644 --- a/src/components/Setting/components/security.vue +++ b/src/components/Setting/components/security.vue @@ -1,6 +1,7 @@