浏览代码

修复表单页面选择继续编辑会导致hasMany重复添加数据问题

jqh 4 年之前
父节点
当前提交
16bbf6ee34
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Form.php

+ 1 - 0
src/Form.php

@@ -822,6 +822,7 @@ class Form implements Renderable
                 $this->response()
                     ->success(trans('admin.update_succeeded'))
                     ->redirectIf($url !== false, $url)
+                    ->refreshIf($url === false)
             );
         } catch (\Throwable $e) {
             $response = $this->handleException($e);