xiaogang преди 3 години
родител
ревизия
c1c0eae085
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Admin/Actions/Users/UsersInfoForm.php

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

xqd
@@ -42,7 +42,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);