tts
This commit is contained in:
parent
8e9ec8cb8b
commit
9806121270
|
|
@ -93,7 +93,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'echarts','echarts-th
|
|||
if (source1!== ''){
|
||||
data += 'source=' + source1+'&';
|
||||
}
|
||||
if (item_id !== ''){
|
||||
if (item_id !== '' && item_id !== 'undefined'){
|
||||
data +='item_id=' + item_id;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user