Commit 0361bd5c authored by agping's avatar agping

客户列表 去掉总数

parent f36dca84
......@@ -1957,8 +1957,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
}
});
/*分页代码*/
add_page(data.data.total, pageNo, user.pageSize, user.getList);
$("#total_page").html(data.data.total);
add_page(40000, pageNo, user.pageSize, user.getList);
$('.hide-total-info-liu').hide();
// $("#total_page").html(data.data.total);
} else {
alert(data.msg);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment