[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
+9
View File
@@ -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)