diff --git a/jodconverter-web/src/main/resources/web/index.ftl b/jodconverter-web/src/main/resources/web/index.ftl
index 0943c8de..bf27cd2c 100644
--- a/jodconverter-web/src/main/resources/web/index.ftl
+++ b/jodconverter-web/src/main/resources/web/index.ftl
@@ -165,7 +165,7 @@ window.open('http://127.0.0.1:8012/picturesPreview?urls='+encodeURIComponent(fil
// 删除完成,刷新table
if (1 == data.code) {
alert(data.msg);
- }else{
+ } else{
$('#table').bootstrapTable('refresh', {});
}
},
@@ -187,9 +187,8 @@ window.open('http://127.0.0.1:8012/picturesPreview?urls='+encodeURIComponent(fil
}).on('pre-body.bs.table', function (e,data) {
// 每个data添加一列用来操作
$(data).each(function (index, item) {
- item.action = "预览" +
- "删除";
+ item.action = "预览" +
+ "删除";
});
return data;
}).on('post-body.bs.table', function (e,data) {