Pre Merge pull request !241 from kagome2014/N/A

This commit is contained in:
kagome2014 2020-12-16 10:08:02 +08:00 committed by Gitee
commit 9e1b11d50f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {