Ver Fonte

完成修改回主頁面

Mike há 3 anos atrás
pai
commit
28f7006f23
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      backstage/templates/tables/editor_table.html

+ 3 - 1
backstage/templates/tables/editor_table.html

@@ -82,7 +82,7 @@
       </div>
 
       <div class="modal-footer">
-        <button type="button" class="btn btn-danger" onclick="updateHeader();location.reload();">完成修改</button>
+        <button type="button" class="btn btn-danger" onclick="updateHeader();">完成修改</button>
       </div>
 
     </div>
@@ -175,6 +175,8 @@
       };
       //console.log(mdContent);
       axios.post(contentApiUrl + editTarget, json = postData);
+
+      location.reload();
     });
   }