[update] 添加用户
This commit is contained in:
@@ -256,6 +256,15 @@ textarea.ant-input {
|
||||
color: @primary-color;
|
||||
font-size: 14px;
|
||||
}
|
||||
.mobile-html {
|
||||
.ant-select .select-arrow {
|
||||
font-size: 0.14rem;
|
||||
}
|
||||
.ant-select-arrow {
|
||||
right: 0.11rem;
|
||||
margin-top: -0.06rem;
|
||||
}
|
||||
}
|
||||
.ant-select {
|
||||
.ant-select-selection {
|
||||
border-radius: 2px;
|
||||
|
||||
@@ -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