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