Commit 63b0f87f authored by hujun's avatar hujun

excel

parent f7a72a2c
......@@ -43,7 +43,7 @@ class Finance extends Basic
public function reportList()
{
if (!$this->request->isAjax()) {
if (!$this->request->isAjax() && empty($this->params['excel'])) {
$result = '';
switch ($this->params['check_status']) {
......
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