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)