修复html打印模板bug
This commit is contained in:
@@ -203,7 +203,7 @@ class SampleApplyController extends WorkflowController
|
||||
|
||||
public function print()
|
||||
{
|
||||
$this->layout = 'layouts.print2';
|
||||
$this->layout = 'layouts.print_html';
|
||||
print_prince($this->create('print'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user