|
@@ -511,6 +511,7 @@ export default {
|
|
this.userId = row.user_id
|
|
this.userId = row.user_id
|
|
const ruleForm = _.cloneDeep(row)
|
|
const ruleForm = _.cloneDeep(row)
|
|
ruleForm.user_pwd = ''
|
|
ruleForm.user_pwd = ''
|
|
|
|
+ ruleForm.lastPasswordModificationTime = this.$moment().format('YYYY-MM-DD HH:mm:ss')
|
|
this.ruleForm = ruleForm
|
|
this.ruleForm = ruleForm
|
|
},
|
|
},
|
|
async handleTableDel (row) {
|
|
async handleTableDel (row) {
|