Commit eaecc773 authored by agping's avatar agping

客户列表修改

parent 8b3ced3f
...@@ -505,6 +505,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', ' ...@@ -505,6 +505,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
}); });
}, },
getGenjinLabel:function () { getGenjinLabel:function () {
$('#genj_text').val('');
$.ajax ({ $.ajax ({
url: '/index/getUserLabel', url: '/index/getUserLabel',
type: 'GET', type: 'GET',
...@@ -514,7 +515,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', ' ...@@ -514,7 +515,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
success: function (data) { success: function (data) {
if (data.code == 200 && data.data != null) { if (data.code == 200 && data.data != null) {
$("input[type='radio'][name='user_status'][value="+data.data+"]").prop("checked", "checked"); $("input[type='radio'][name='user_status'][value="+data.data+"]").prop("checked", "checked");
$('#genj_text').val();
} }
} }
}); });
......
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