From dbe1b807e2a0e4aaa37277b69c50dd69dc42dda2 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期日, 25 六月 2023 10:34:36 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 Source/UBCS-WEB/src/api/resource/file.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/api/resource/file.js b/Source/UBCS-WEB/src/api/resource/file.js
index 520b333..1df5197 100644
--- a/Source/UBCS-WEB/src/api/resource/file.js
+++ b/Source/UBCS-WEB/src/api/resource/file.js
@@ -12,11 +12,12 @@
   })
 }
 
-export const remove = (oids) => {
+export const remove = (fileOids,oids) => {
   return request({
     url: '/api/ubcs-resource/fileController/deleteFile',
     method: 'delete',
     params: {
+      fileOids,
       oids
     }
   })

--
Gitblit v1.9.3