xiaogang 4 years ago
parent
commit
ce7fde15fc
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/Admin/Actions/Users/UsersInfoForm.php

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

@@ -30,11 +30,11 @@ class UsersInfoForm extends Form implements LazyRenderable
 
 
     public function form()
     public function form()
     {
     {
-        if(request()->ajax()){
-            dd(1111);
-        }else{
-            dd(222222);
-        }
+//        if(request()->ajax()){
+//            dd(1111);
+//        }else{
+//            dd(222222);
+//        }
 
 
 
 
         $user_info = UserInfoModel::query()->where('user_id',$this->payload['user_id'])->first();
         $user_info = UserInfoModel::query()->where('user_id',$this->payload['user_id'])->first();