* [ui] only load table after custom table cols.

This commit is contained in:
sunhao
2024-07-04 08:54:39 +08:00
committed by 孙广明
parent 0b2224a86d
commit c1d36e1dfd
+1 -1
View File
@@ -113,7 +113,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' => true));
return $this->send(array('result' => 'success', 'closeModal' => true, 'load' => 'table'));
}
}