* Enable reload the current page if load is set to true.

This commit is contained in:
dingguodong
2023-08-04 16:20:15 +08:00
parent 933db71c49
commit 73e13fa7a8
+1 -1
View File
@@ -1150,7 +1150,7 @@ class baseControl
if(!isset($data['closeModal']) && helper::isAjaxRequest('modal'))
{
$data['closeModal'] = true;
if(isset($data['load'])) unset($data['load']);
if(isset($data['load']) and $data['load'] !== true) unset($data['load']);
}
return $this->send($data);