Răsfoiți Sursa

主資訊已儲存

Mike 4 ani în urmă
părinte
comite
96fbf759fd
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      backstage/templates/tables/editor_table.html

+ 2 - 0
backstage/templates/tables/editor_table.html

@@ -176,6 +176,8 @@
       //console.log(mdContent);
       axios.post(contentApiUrl + editTarget, json = postData);
 
+      alert('主資訊已儲存');
+      $("#myModal").modal("hide");
       location.reload();
     });
   }