From 47bda1023af363ccf6893dedffa08e6edb68edbc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E7=B2=BE=E5=8D=8E?= <842761733@qq.com>
Date: Tue, 6 Aug 2019 10:47:10 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DChrome76+=E5=88=A0=E9=99=A4?=
=?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=96=B0=E7=AA=97=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jodconverter-web/src/main/resources/web/index.ftl | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
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) {