瀏覽代碼

資料已更新通知

Mike 3 年之前
父節點
當前提交
4f3e62f18b
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      backstage/templates/tables/editor_table.html

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

@@ -152,7 +152,7 @@
       writeMd();
     } */
     writeMd();
-    location.reload();
+    // location.reload();
   }
   function writeMd() {
     mdContent = "";
@@ -192,6 +192,9 @@
       //console.log(mdContent);
       axios.post(contentApiUrl + editTarget, json = postData).then(({ data }) => {
       });
+    }).finally(() => { 
+      alert('資料已更新'); // test
+      location.reload();
     });
   }