Prechádzať zdrojové kódy

資料已更新通知

Mike 3 rokov pred
rodič
commit
4f3e62f18b

+ 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();
     });
   }