|
|
@ -135,6 +135,7 @@ use \common\libs\MyLib; |
|
|
|
'</div>' |
|
|
|
'</div>' |
|
|
|
}); |
|
|
|
}); |
|
|
|
html += '</td></tr></tfoot>'; |
|
|
|
html += '</td></tr></tfoot>'; |
|
|
|
|
|
|
|
$('#listTable').find('tfoot').remove(); |
|
|
|
$('#listTable').append(html); |
|
|
|
$('#listTable').append(html); |
|
|
|
return res; |
|
|
|
return res; |
|
|
|
} |
|
|
|
} |
|
|
|