payload(['id' => $this->getKey(),'review_reply'=>$this->row->review_reply]); // 实例化表单类 return Modal::make() ->lg() ->title($this->title) ->body($form) ->button($this->title()); } }