forked from kidgrow-microservices-platform

zhaoxiaohao
2020-07-30 53099817f383f5c6dc0d8a3bc3af11d2b95dbf65
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/sysArea.html
@@ -87,9 +87,9 @@
                    { field: 'enabled', width: 100, sort: true, templet: '#area-tpl-state', title: '状态' },
                    { templet: '#area-table-bar', width: 120, align: 'center', title: '操作' }
                ]],
                done: function () {
                done: function (res) {
                    layer.closeAll('loading');
                    permissionsInput();
                    permissionsInput(res,config);
                }
            });
        };