|
|
@@ -138,8 +138,10 @@
|
|
|
{field: 'status', templet: '#tableStateWithdraw', title: '状态', width: 120},
|
|
|
{fixed:'right', align: 'center', toolbar: '#tableBarWithdraw', title: '操作', minWidth: 200}
|
|
|
]],
|
|
|
- done:function (res) {
|
|
|
+ done:function (res,dd,aa) {
|
|
|
console.log(res)
|
|
|
+ console.log(dd)
|
|
|
+ console.log(aa)
|
|
|
|
|
|
$("#countWait").text(res.totalRow.wait)
|
|
|
$("#countSuccess").text(res.totalRow.success)
|