forked from kidgrow-microservices-platform

luliqiang
2020-08-10 0a8b731d9cf46c78c0c4c66fa9954eeb262e4017
kidgrow-web/kidgrow-web-manager/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.code == 0) {
                        layer.msg(data.msg, {icon: 1, time: 500});
                        layer.msg(data.msg, {icon: 1, time: 2000});
                        obj.del();
                    } else {
                        layer.msg(data.msg, {icon: 2, time: 500});
                        layer.msg(data.msg, {icon: 2, time: 2000});
                    }
                }, 'DELETE');
            });