瀏覽代碼

主資訊已儲存

Mike 3 年之前
父節點
當前提交
96fbf759fd
共有 1 個文件被更改,包括 2 次插入0 次删除
  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();
     });
   }