tts
This commit is contained in:
parent
7b97a4c478
commit
33dc5868b4
|
|
@ -87,14 +87,14 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'echarts','echarts-th
|
||||||
data += 'area_id=' + area_id+'&';
|
data += 'area_id=' + area_id+'&';
|
||||||
}
|
}
|
||||||
if (range !== ''){
|
if (range !== ''){
|
||||||
data += 'range=' + range;
|
data += 'range=' + range+'&';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (source1!== ''){
|
if (source1!== ''){
|
||||||
data += 'source=' + source1;
|
data += 'source=' + source1+'&';
|
||||||
}
|
}
|
||||||
if (item_id !== ''){
|
if (item_id !== ''){
|
||||||
data +='item_id=' + item_id;
|
data +='item_id=' + item_id+'&';
|
||||||
}
|
}
|
||||||
|
|
||||||
// data = encodeURIComponent(data);
|
// data = encodeURIComponent(data);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user