[update] 添加用户
This commit is contained in:
@@ -256,6 +256,15 @@ textarea.ant-input {
|
|||||||
color: @primary-color;
|
color: @primary-color;
|
||||||
font-size: 14px;
|
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 {
|
||||||
.ant-select-selection {
|
.ant-select-selection {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|||||||
@@ -475,9 +475,6 @@ export default {
|
|||||||
if (formData.password) {
|
if (formData.password) {
|
||||||
formData.password = encrypt.encrypt(formData.password)
|
formData.password = encrypt.encrypt(formData.password)
|
||||||
}
|
}
|
||||||
if (formData.phone) {
|
|
||||||
formData.phone = encrypt.encrypt(formData.phone)
|
|
||||||
}
|
|
||||||
addUserInfo(formData).then((res) => {
|
addUserInfo(formData).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
|
|||||||
Reference in New Issue
Block a user