From a92b9ec15ab73b2252ab6bd7a8a90ac3bb93b436 Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Mon, 12 Sep 2016 22:25:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84=E5=9B=A0bo?= =?UTF-8?q?otstrap=E4=B8=8D=E6=94=AF=E6=8C=81=E6=A8=A1=E6=80=81=E6=A1=86?= =?UTF-8?q?=E9=87=8D=E5=8F=A0=E8=80=8C=E5=AF=BC=E8=87=B4=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=94=99=E4=B9=B1=E7=9A=84=E9=97=AE=E9=A2=98,=20?= =?UTF-8?q?=E5=9C=A8=E4=BB=BB=E5=8A=A1=E7=BC=96=E8=BE=91=E6=97=B6=E4=BC=9A?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E8=AF=A5=E9=97=AE=E9=A2=98;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/static/js/jobinfo.index.1.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js b/xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js index cd4a6ae3..5f10aef1 100644 --- a/xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js +++ b/xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js @@ -423,11 +423,13 @@ $(function() { // post $.post(base_url + "/jobinfo/reschedule", $("#updateModal .form").serialize(), function(data, status) { if (data.code == "200") { - ComAlert.show(1, "更新成功", function(){ - //window.location.reload(); - $('#updateModal').modal('hide'); - jobTable.fnDraw(); - }); + $('#updateModal').modal('hide'); + setTimeout(function () { + ComAlert.show(1, "更新成功", function(){ + //window.location.reload(); + jobTable.fnDraw(); + }); + }, 315); } else { if (data.msg) { ComAlert.show(2, data.msg);