[update] 添加用户

This commit is contained in:
danshihao
2024-04-24 17:36:51 +08:00
parent 785acaa00f
commit 835831b82f
2 changed files with 9 additions and 3 deletions
@@ -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)