|
@@ -498,7 +498,9 @@ export default {
|
|
|
this.dataType = 'edit'
|
|
|
this.dataTitle = '修改密码'
|
|
|
this.userId = row.user_id
|
|
|
- this.ruleForm = _.cloneDeep(row)
|
|
|
+ const ruleForm = _.cloneDeep(row)
|
|
|
+ ruleForm.user_pwd = ''
|
|
|
+ this.ruleForm = ruleForm
|
|
|
},
|
|
|
async handleTableDel (row) {
|
|
|
this.dataObj = row
|