|
|
|
@ -339,7 +339,7 @@
|
|
|
|
|
} else if (obj.event === 'edit') {
|
|
|
|
|
WeAdminShow('编辑', './edit.html?person_id=' + data.person_id + '&dep_id=' + $("#dep_id").val() + '&bureau_id=' + org_id, 550, window.height);
|
|
|
|
|
} else if (obj.event === 'res') {
|
|
|
|
|
WeAdminShow('编辑', './duty.html?person_id=' + data.person_id, 800, 600);
|
|
|
|
|
WeAdminShow('配置资源', './duty.html?person_id=' + data.person_id, 800, 600);
|
|
|
|
|
} else if (obj.event === 'resetpwd') {
|
|
|
|
|
layer.confirm('确定重置 ' + data.person_name + ' 密码吗?', { icon: 0 }, function (index) {
|
|
|
|
|
resetPwd(data.person_id);
|
|
|
|
|