修正事件延迟绑定
@@ -375,7 +375,7 @@
/**
* 创建项目
*/
- $("#btnSaveDocument").on("click",function () {
+ $("body").on("click","#btnSaveDocument",function () {
var $this = $(this);
@@ -544,4 +544,4 @@
});
</script>
</body>
-</html>
+</html>