Commit 2cebbce4 authored by zhuwei's avatar zhuwei

业绩明细

parent d148021b
...@@ -28,7 +28,7 @@ class PerformanceInfo extends Basic ...@@ -28,7 +28,7 @@ class PerformanceInfo extends Basic
*/ */
public function performanceInfo() { public function performanceInfo() {
if (!$this->request->isAjax()) { if ($this->request->isAjax()) {
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo']; $pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$pageSize = empty($this->params['pageSize']) ? 15 : $this->params['pageSize']; $pageSize = empty($this->params['pageSize']) ? 15 : $this->params['pageSize'];
......
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