Commit ffb66242 authored by agping's avatar agping

客户列表 无效 修改

parent 0ca6df5a
...@@ -2148,14 +2148,13 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -2148,14 +2148,13 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
}, },
genjinSaveInvalid: function(){ genjinSaveInvalid: function(){
var _data = { var _data = {
'AuthToken': _token,
'user_id': user.user_id, 'user_id': user.user_id,
'agent_id': _userId, 'content': '无效',
'user_status': -1 'user_status': -1
}; };
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/add_phone_follow_up', url: '/index/pcAddFollow',
data: _data, data: _data,
timeout: 30000, timeout: 30000,
dataType: 'json', dataType: 'json',
......
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