From 0f7295649a3483c9afade62601c24d130437913f Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Fri, 25 Oct 2019 10:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/phone-center/call-records.php | 2 +- frontend/views/phone-center/usercall-index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/phone-center/call-records.php b/frontend/views/phone-center/call-records.php index 1c2d942..360a3ec 100644 --- a/frontend/views/phone-center/call-records.php +++ b/frontend/views/phone-center/call-records.php @@ -164,7 +164,7 @@ use \common\libs\MyLib; queryParams: function(params) { o['offset'] = params['offset']; o['limit'] = params['limit']; - return params; + return o; } }); return false; diff --git a/frontend/views/phone-center/usercall-index.php b/frontend/views/phone-center/usercall-index.php index 4cedc75..c32d410 100644 --- a/frontend/views/phone-center/usercall-index.php +++ b/frontend/views/phone-center/usercall-index.php @@ -93,7 +93,7 @@ use \common\libs\MyLib; queryParams: function(params) { o['offset'] = params['offset']; o['limit'] = params['limit']; - return params; + return o; } }); return false;