修改用户
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user