forked from kidgrow-microservices-platform

zhaoxiaohao
2021-03-23 a84137b0b1660bf4033f6831c19dac09c02ccc30
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/sysArea_form.html
@@ -96,11 +96,11 @@
            admin.req('api-user/sysarea', JSON.stringify(data.field), function (data) {
                if (data.code === 0) {
                   layer.closeAll('loading');
                    layer.msg(data.msg, {icon: 1, time: 500});
                    layer.msg(data.msg, {icon: 1, time: 2000});
                    admin.finishPopupCenter();
                } else {
                   layer.closeAll('loading');
                    layer.msg(data.msg, {icon: 2, time: 500});
                    layer.msg(data.msg, {icon: 2, time: 2000});
                }
            }, $('#area-form').attr('method'));
            return false;