Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tjztj committed Aug 19, 2023
1 parent 5e1c211 commit 7809a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field/ListField.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function setSaveVal(array $data,BaseModel $old): self
$fieldsObj->setSave($v,$old);
$list[$k]=$fieldsObj->getSave();
foreach ($fieldsObj as $val){
unset($val->save);
$val->save=null;
}
}
if(empty($list)){
Expand Down

0 comments on commit 7809a8a

Please sign in to comment.