xiaogang 4 年之前
父節點
當前提交
aa71c1811f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Admin/Actions/Users/UserVip.php

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

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