Commit 2354cc65 by guanzhenshan

处理帐号余额无法显示的问题

parent 99c11021
......@@ -120,7 +120,7 @@
var url = '@Url.Content("~/Reports/Finance/ListAccountBalanceJson")' + '?' + $("#toolbar").serialize();
if (tb == undefined) {
tb = OnlyTable("roletable", columns, url, "",);
tb = OnlyTable("roletable", columns, url, "");
}
else {
tb.bootstrapTable('refresh', { url: url });
......
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