xiaogang 4 년 전
부모
커밋
aa71c1811f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Admin/Actions/Users/UserVip.php

+ 1 - 1
app/Admin/Actions/Users/UserVip.php

xqd
@@ -58,7 +58,7 @@ class UserVip extends RowAction
 
     public function render()
     {
-        $form =null;
+        $form = UserVipForm::make()->payload(['id'=>$this->getKey()]);
         return Modal::make()
             ->lg()
             ->title($this->title)