init
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -377,9 +377,10 @@ class Work extends CI_Controller | ... | @@ -377,9 +377,10 @@ class Work extends CI_Controller |
| 377 | 'clientInfoOutputVO' => $ret->clientInfoOutputVO, | 377 | 'clientInfoOutputVO' => $ret->clientInfoOutputVO, |
| 378 | 'clientUnitOutputVO' => $ret->clientUnitOutputVO, | 378 | 'clientUnitOutputVO' => $ret->clientUnitOutputVO, |
| 379 | 'clientContactOutputVOS' => $ret->clientContactOutputVOS, | 379 | 'clientContactOutputVOS' => $ret->clientContactOutputVOS, |
| 380 | 'applyOrderVO' => $ret->applyOrderVO | 380 | 'applyOrderVO' => $ret->applyOrderVO, |
| 381 | 'id'=>$id | ||
| 381 | ); | 382 | ); |
| 382 | 383 | ||
| 383 | $this->load->view('/work/尽调报告/index', compact('id')); | 384 | $this->load->view('/work/尽调报告/index', $data); |
| 384 | } | 385 | } |
| 385 | } | 386 | } | ... | ... |
-
Please register or sign in to post a comment