Commit 7b751f43 authored by agping's avatar agping

业绩 bug 修改

parent 1169fb05
...@@ -480,6 +480,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r ...@@ -480,6 +480,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
_str += '<option value="' + item.id + '">' + item.city + '</option>'; _str += '<option value="' + item.id + '">' + item.city + '</option>';
}); });
$("#realtime_city_choose").html(_str); $("#realtime_city_choose").html(_str);
$("#realtime_city_choose").val(user_info_obj.site_id);//初始化 城市
realtime.getList(1); realtime.getList(1);
} else { } else {
alert(_data['msg']); alert(_data['msg']);
......
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