forked from kidgrow-microservices-platform

zhaoxiaohao
2021-02-06 0b90c3eb62fa9b1e4dda8de7d9a7a8aae30da1d6
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');
            });