diff --git a/views/book/index.tpl b/views/book/index.tpl index e9ab00b3..fcb6df06 100644 --- a/views/book/index.tpl +++ b/views/book/index.tpl @@ -375,7 +375,7 @@ /** * 创建项目 */ - $("#btnSaveDocument").on("click",function () { + $("body").on("click","#btnSaveDocument",function () { var $this = $(this); @@ -544,4 +544,4 @@ }); - \ No newline at end of file +