From 7706412d104e452b917ec132dcd9377680a83449 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期五, 08 八月 2025 13:38:36 +0800 Subject: [PATCH] 添加了代码 --- src/api/system/archiverecordstouser.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/system/archiverecordstouser.js b/src/api/system/archiverecordstouser.js index 87f0296..f3d26fc 100644 --- a/src/api/system/archiverecordstouser.js +++ b/src/api/system/archiverecordstouser.js @@ -50,3 +50,19 @@ params: data }) } +// 鍒犻櫎銆愯濉啓鍔熻兘鍚嶇О銆� +export function delArchiverecordstouserByReIdAndUid(data) { + return request({ + url: '/system/archiverecordstouser/deleteByRidUid', + method: 'delete', + params: data + }) +} +//鍒ゆ柇鏄惁宸茬粡鎺堟潈 +export function getArchiverecordstouserByReIdAndUid(data) { + return request({ + url: '/system/archiverecordstouser/getByRidUid', + method: 'get', + params: data + }) +} -- Gitblit v1.9.1