From d17b95a200df843c349f43483541cc95e5d3f4aa Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 29 Sep 2025 11:06:01 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A5=E7=AE=A1=E7=90=86=E4=BA=BA?=
=?UTF-8?q?=E5=91=98=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/trials.js | 8 +++
.../inspectionManagement/dataForm.vue | 19 +-----
.../components/inspectionManagement/index.vue | 38 ++++++++++--
.../inspectionManagement/userList.vue | 61 ++++++++++++++++++-
4 files changed, 103 insertions(+), 23 deletions(-)
diff --git a/src/api/trials.js b/src/api/trials.js
index 63c90aa4..09f451ad 100644
--- a/src/api/trials.js
+++ b/src/api/trials.js
@@ -4266,4 +4266,12 @@ export function setAuditRecordPermission(data) {
method: 'post',
data
})
+}
+// 稽查管理-人员管理
+export function addOrDeleteAuditRecordUser(data) {
+ return request({
+ url: `/AuditDocument/addOrDeleteAuditRecordUser`,
+ method: 'put',
+ data
+ })
}
\ No newline at end of file
diff --git a/src/views/trials/trials-workbench/components/inspectionManagement/dataForm.vue b/src/views/trials/trials-workbench/components/inspectionManagement/dataForm.vue
index c637ea35..f2d6f0eb 100644
--- a/src/views/trials/trials-workbench/components/inspectionManagement/dataForm.vue
+++ b/src/views/trials/trials-workbench/components/inspectionManagement/dataForm.vue
@@ -23,7 +23,7 @@
-
-
+ -->
@@ -72,17 +72,11 @@
-
-
-
-
-