From cc1c0a396698648256c350f6f0fe2cb2f0b02c7e Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 27 Mar 2024 15:44:10 +0800
Subject: [PATCH] 许可按钮放出,备案审批按钮放出

---
 src/api/register/honor.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/register/honor.js b/src/api/register/honor.js
index 4c7fec7..c7c328a 100644
--- a/src/api/register/honor.js
+++ b/src/api/register/honor.js
@@ -47,7 +47,7 @@
         }
     })
 }
-export const getLispertrain = (current, size, params, idCardNo) => {
+export const getLispertrain = (current, size, params, userId) => {
     return request({
         url: '/api/trainingRegistration/page',
         method: 'get',
@@ -55,7 +55,7 @@
             ...params,
             current,
             size,
-            idCardNo
+            userId
         }
     })
 }

--
Gitblit v1.9.3