From 1c040a14dc5f2415482ff66b1835659d6ffde42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AD=E8=8D=A3=E4=BC=8A?= <243653385@qq.com> Date: Mon, 26 Aug 2019 10:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20js=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/js/list.js b/src/main/resources/static/js/list.js index e844c6c..a5e30e1 100644 --- a/src/main/resources/static/js/list.js +++ b/src/main/resources/static/js/list.js @@ -143,7 +143,7 @@ $(function () { $(".app-delete").click(function () { var url = "/p/delete/" + $(this).attr("data"); - $.post(url, data, function(result){ + $.post(url, function(result){ window.location.href = window.location.href window.location.reload });