From 459783fd4af8e8c0566b57690e7f0579373d2db8 Mon Sep 17 00:00:00 2001 From: tian <3072314689@qq.com> Date: 星期五, 26 九月 2025 11:42:46 +0800 Subject: [PATCH] ‘列表查询 --- 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