From e7c3314727fc06444689c0e6ecab5fea337afeb0 Mon Sep 17 00:00:00 2001
From: luliqiang <kidgrow>
Date: Fri, 26 Feb 2021 15:24:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev
---
kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html b/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html
index aec9112..12c4a45 100644
--- a/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html
+++ b/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/search/index_manager.html
@@ -102,10 +102,10 @@
admin.req('api-search/admin/index?indexName='+obj.data.indexName, {}, function (data) {
layer.closeAll('loading');
if (data.resp_code == 0) {
- layer.msg(data.resp_msg, {icon: 1, time: 500});
+ layer.msg(data.resp_msg, {icon: 1, time: 2000});
obj.del();
} else {
- layer.msg(data.resp_msg, {icon: 2, time: 500});
+ layer.msg(data.resp_msg, {icon: 2, time: 2000});
}
}, 'DELETE');
});
--
Gitblit v1.8.0