Explorar el Código

主資訊已儲存

Mike hace 3 años
padre
commit
96fbf759fd
Se han modificado 1 ficheros con 2 adiciones y 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();
     });
   }