This commit is contained in:
chaideqing
2023-12-29 16:35:57 +08:00
parent 84013b30d2
commit 7e5c80bcd8
+1
View File
@@ -5880,6 +5880,7 @@ class executionModel extends model
if($sortType) $set->sortType = $sortType;
if(isset($set->width)) $set->width = str_replace('px', '', $set->width);
if(empty($set->fixed) || $set->fixed == 'no') $set->fixed = 'right';
unset($set->id);