[update] 添加用户
This commit is contained in:
@@ -475,9 +475,6 @@ export default {
|
||||
if (formData.password) {
|
||||
formData.password = encrypt.encrypt(formData.password)
|
||||
}
|
||||
if (formData.phone) {
|
||||
formData.phone = encrypt.encrypt(formData.phone)
|
||||
}
|
||||
addUserInfo(formData).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
|
||||
Reference in New Issue
Block a user