Commit 18e2930b authored by agping's avatar agping

客户列表修改

parent 26c04723
......@@ -469,6 +469,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
dataType: 'json',
success: function (data) {
if (data.code == 200 && data.data != null) {
//
// user.user_id = $ (this).attr ("data-id");
console.log(user.user_id);
$("input[type='radio'][name='user_status'][value="+data.data+"]").prop("checked", "checked");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment