From b752b7b4e3ec1eac6c01c036ce68e55a5bddc7ed Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 10 Jan 2022 16:58:05 +0800
Subject: [PATCH] 证书新增审核和批量审核

---
 src/views/accreditationRecords/accreditationRecordsPaper.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/accreditationRecords/accreditationRecordsPaper.vue b/src/views/accreditationRecords/accreditationRecordsPaper.vue
index 2e7e35c..e35a4bd 100644
--- a/src/views/accreditationRecords/accreditationRecordsPaper.vue
+++ b/src/views/accreditationRecords/accreditationRecordsPaper.vue
@@ -837,6 +837,7 @@
       }
       const data = {
         ids: str,
+        type: 2,
         auditStatus: row.auditStatus,
         auditDetail: row.auditDetail,
         auditUser: this.userInfo.Id,
@@ -925,6 +926,7 @@
     submit(row, done, loading) {
       const data = {
         id: row.id,
+        type:2,
         auditStatus: row.auditStatus,
         auditDetail: row.auditDetail,
         auditUser: this.userInfo.Id,

--
Gitblit v1.9.3