Pre Merge pull request !241 from kagome2014/N/A
This commit is contained in:
commit
9e1b11d50f
|
|
@ -172,7 +172,7 @@ var table = {
|
|||
if (typeof table.get(this.id).responseHandler == "function") {
|
||||
table.get(this.id).responseHandler(res);
|
||||
}
|
||||
if (res.code == 0) {
|
||||
if (res.code == web_status.SUCCESS) {
|
||||
if ($.common.isNotEmpty(table.options.sidePagination) && table.options.sidePagination == 'client') {
|
||||
return res.rows;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue