修改用户

This commit is contained in:
yanwenwu
2019-12-22 14:18:21 +08:00
parent b27ef2570a
commit a258ba6cc2
6 changed files with 124 additions and 216 deletions

View File

@@ -26,7 +26,6 @@
</a-form-item>
<a-form-item
label="密码"
:type="password"
:labelCol="labelCol"
:wrapperCol="wrapperCol"
>
@@ -86,6 +85,8 @@ export default {
duration: 4
})
this.confirmLoading = false
this.form.resetFields()
this.handleOk()
this.handleCancel()
})
.catch(err => this.failed(err))