浏览代码

Stat tree edit (wip)

Vijayakrishnan 3 年之前
父节点
当前提交
3f14d33dc1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/stat-tree/stat-trees/sub/edit.blade.php

+ 1 - 1
resources/views/app/stat-tree/stat-trees/sub/edit.blade.php

@@ -124,7 +124,7 @@
                         data: treePayload
                         data: treePayload
                     }, function (response) {
                     }, function (response) {
                         if(!hasResponseError(response)) {
                         if(!hasResponseError(response)) {
-                            // toastr.success('Stat tree saved!');
+                            fastReload();
                         }
                         }
                     }, 'json');
                     }, 'json');
                 }
                 }