From df5ebf9aabf9de4ccdc9c5d02873c562813dc59f Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 19 Aug 2021 10:02:41 +0800
Subject: [PATCH] 许可备案系统

---
 src/api/system/user.js |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 9622496..98e08cd 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -119,16 +119,13 @@
   })
 }
 
-export const zc = (deptname,username, password, sname, phone) => {
+export const zc = (username, password) => {
   return request({
     url: '/api/blade-user/zc',
     method: 'get',
     params: {
-      deptname,
       username,
       password,
-      sname,
-      phone,
     }
   })
 }

--
Gitblit v1.9.3