From 14321e01c9687e39400a3dec69b74b7d5cc7bf18 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 19 Aug 2021 08:41:09 +0800
Subject: [PATCH] 调整
---
src/api/system/user.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 14e597d..9622496 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -118,3 +118,17 @@
}
})
}
+
+export const zc = (deptname,username, password, sname, phone) => {
+ return request({
+ url: '/api/blade-user/zc',
+ method: 'get',
+ params: {
+ deptname,
+ username,
+ password,
+ sname,
+ phone,
+ }
+ })
+}
--
Gitblit v1.9.3