xiaogang 3 年之前
父节点
当前提交
e5ed5c2cc0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Admin/Actions/Users/UsersInfoForm.php

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

xqd
@@ -41,7 +41,7 @@ class UsersInfoForm extends Form implements LazyRenderable
     public function form()
     {
         //$user_info = UserInfoModel::query()->where('user_id',$this->payload['id'])->first();
-        dd($this->model());
+        dd($this->data());
         $this->text('user_id');//->value($this->payload['id'])->readOnly();
         $this->text('nickname', '昵称');//->value($user_info->nickname);
         $this->image('avatar', '头像');//->url($user_info->avatar);