Explorar o código

資料已更新通知

Mike %!s(int64=3) %!d(string=hai) anos
pai
achega
4f3e62f18b
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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();
     });
   }