From 773d9314b7f1bf4dce390bf8fa0b6a9b12e32344 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期日, 25 六月 2023 14:25:43 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/api/resource/file.js | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/Source/UBCS-WEB/src/api/resource/file.js b/Source/UBCS-WEB/src/api/resource/file.js index 1df5197..46c711a 100644 --- a/Source/UBCS-WEB/src/api/resource/file.js +++ b/Source/UBCS-WEB/src/api/resource/file.js @@ -16,10 +16,7 @@ return request({ url: '/api/ubcs-resource/fileController/deleteFile', method: 'delete', - params: { - fileOids, - oids - } + data: oids }) } -- Gitblit v1.9.3