|
@@ -690,7 +690,7 @@ export default {
|
|
|
this.$set(this.dataform, 'position', item.position)
|
|
|
},
|
|
|
handleResetPassword(row) {
|
|
|
- MessageBox.confirm('是否确认将此用户密码重置为默认密码123456?', {
|
|
|
+ MessageBox.confirm('是否确认将此用户密码重置为默认密码xdmy@1234?', {
|
|
|
confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning'
|
|
|
}).then(() => {
|
|
|
this.requestParam.name = 'initPassword'
|