* [bug #52255, done, 0.3h] fix col not show after save cols.

This commit is contained in:
sunhao
2024-07-06 14:19:59 +08:00
committed by 刘刚
parent 7990fac975
commit d93f6e6655
+1 -1
View File
@@ -127,7 +127,7 @@ class datatable extends control
if($this->post->global) $this->setting->setItem('system.' . $name, $value);
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => 'dao error.'));
return $this->send(array('result' => 'success', 'closeModal' => true, 'load' => 'table'));
return $this->send(array('result' => 'success', 'closeModal' => true, 'load' => true));
}
}