|
@@ -468,7 +468,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
handleResetPassword(row) {
|
|
handleResetPassword(row) {
|
|
|
- MessageBox.confirm('是否确认将此用户密码重置为默认密码123456?', {
|
|
|
|
|
|
|
+ console.log(row,'hss')
|
|
|
|
|
+ MessageBox.confirm('是否确认将此用户密码重置为默认密码Kpt@.666?', {
|
|
|
confirmButtonText: '确认',
|
|
confirmButtonText: '确认',
|
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
type: 'warning'
|
|
@@ -477,6 +478,7 @@ export default {
|
|
|
this.requestParam.parammaps = {}
|
|
this.requestParam.parammaps = {}
|
|
|
this.requestParam.parammaps.pastureid = row.pastureid
|
|
this.requestParam.parammaps.pastureid = row.pastureid
|
|
|
this.requestParam.parammaps.id = row.id
|
|
this.requestParam.parammaps.id = row.id
|
|
|
|
|
+ console.log(this.requestParam);
|
|
|
PostDataByName(this.requestParam).then(() => {
|
|
PostDataByName(this.requestParam).then(() => {
|
|
|
this.getList()
|
|
this.getList()
|
|
|
this.resetRequestParam()
|
|
this.resetRequestParam()
|