main
kgdxpr 10 months ago
parent 425b40377f
commit 98730abb04

@ -135,7 +135,7 @@
});
table.on('tool(demo)', function (obj) {
WeAdminShow('配置资源', './res.html?person_id=' + person_id + '&duty_id=' + obj.data.duties_id, 500, 500);
WeAdminShow('配置', './res.html?person_id=' + person_id + '&duty_id=' + obj.data.duties_id, 500, 500);
});
});

@ -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);

Loading…
Cancel
Save