From 60196f512b9ccc2cdc34ae1a9508b6383b6e4f9a Mon Sep 17 00:00:00 2001 From: georgehao Date: Mon, 2 May 2022 13:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=93=8D=E4=BD=9C=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=20reload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/app.conf | 2 +- views/task/auditlist.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.conf b/conf/app.conf index 092f050..5624555 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -15,7 +15,7 @@ site.name = 定时任务管理器 notify.type = 0 # 数据库配置 -db.host = 127.0.0.1 +db.host = localhost db.user = root db.password = "123456" db.port = 3306 diff --git a/views/task/auditlist.html b/views/task/auditlist.html index 5c4ec8e..f135b6f 100644 --- a/views/task/auditlist.html +++ b/views/task/auditlist.html @@ -15,7 +15,7 @@ - + @@ -138,7 +138,7 @@ $.post('/task/ajax'+action, {"ids":ids}, function (out) { if (out.status == 0) { layer.msg(msgok,{icon: 1,shade:0.3,time:1000},function () { - $('#reload').click(); + $('#search').click(); }) } else { layer.msg(out.message)