|
|
|
@ -193,8 +193,9 @@
|
|
|
|
|
for(var i = 0 ; i < tag.length ; i++){
|
|
|
|
|
params += tag[i].innerText + ',';
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
$('#frmInsert').children('#list_tag').val(params);
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
$('#frmInsert').children('#bd_tp').val(bd_tp);
|
|
|
|
|
$('#frmInsert').children('#pick_img_index').val(pick_img_index);
|
|
|
|
|
$('#frmInsert').submit();
|
|
|
|
|