This commit is contained in:
2026-03-01 00:24:34 +08:00
parent 873c7cf9c2
commit 0a45a8fbb9
4 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class Crud extends Base
$vo = $this->model->whereIn('id',$request->get('ids'))->find();
}
return view('',[
return view(null,[
'row' => $vo
]);
}