fix data duplicate

This commit is contained in:
杨黄林
2023-09-10 01:28:53 +08:00
parent 60d8cfcf70
commit 91c202c786

View File

@@ -32,8 +32,6 @@ var loadProxyInfo = (function ($) {
* @param proxyType proxy type * @param proxyType proxy type
*/ */
function renderProxyListTable(data, proxyType) { function renderProxyListTable(data, proxyType) {
data = data.concat(data)
data = data.concat(data)
var $section = $('#content > section'); var $section = $('#content > section');
var cols = [ var cols = [
{field: 'id', title: '', width: 30, templet: '#toggleProxyInfoArrowTemplate'}, {field: 'id', title: '', width: 30, templet: '#toggleProxyInfoArrowTemplate'},