From 6bb5ac166f1ec6a1daeb56689fa2bc21035da9f4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 17 Aug 2021 15:34:25 +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