From b7ce4df611c11605aef94dac1b7056be5138b792 Mon Sep 17 00:00:00 2001 From: tian <3072314689@qq.com> Date: 星期二, 23 九月 2025 19:38:31 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/archiveFrontEnd --- src/api/system/records.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/api/system/records.js b/src/api/system/records.js index 112f0e8..df20777 100644 --- a/src/api/system/records.js +++ b/src/api/system/records.js @@ -66,3 +66,13 @@ method: 'delete' }) } + + +export function batchSubmitRecords(ids) { + + return request({ + url: '/system/records/updateSByIds', + method: 'post', + data: ids + }) +} \ No newline at end of file -- Gitblit v1.9.1