From 0b79f12774e4deef6d8b60a7f9176cad689f2a47 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 30 Aug 2021 15:29:45 +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