Browse Source

分页相关优化

pull/1/head
pengda 9 months ago
parent
commit
b529890b6c
  1. 5
      control/index.php
  2. 1
      index.php
  3. 0
      view/templates/index/export_pdf.html

5
control/index.php

@ -13,9 +13,6 @@ class index extends publicBase {
$data = $m_case->getCaseInfo($id);
$this->view['data'] = $data;
$this->setViewFormat('html');
$this->setViewTpl('index/home.html');
}
public function ajax_save_case() {
@ -267,8 +264,6 @@ class index extends publicBase {
$data = $robj->get($key);
$this->view['data'] = json_decode($data,true);
$this->setViewFormat('html');
$this->setViewTpl('index/user_case.html');
}
public function ajax_mail(){

1
index.php

@ -13,7 +13,6 @@
}
private function beforecheckpara() {
$this->para['viewFormat'] = 'json';
}
private function checkpara() {

0
view/templates/index/user_case.html → view/templates/index/export_pdf.html

Loading…
Cancel
Save