Explorar o código

主資訊已儲存

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