Commit e5eb498c authored by agping's avatar agping

修改 业绩明细

parent 3e31fcb4
......@@ -421,7 +421,7 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
if(_id && _id != '0') {
bargain.getDistrictStoreList(_id, function(_data) {
// var _str = '';
var _str = '<option value="0">全部</option>';
var _str = '<option value="">全部</option>';
$.each(_data, function(i, item) {
_str += '<option value="' + item.id + '">' + item.store_name + '</option>';
});
......
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