kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysdictionaries.html
@@ -194,7 +194,11 @@ // 搜索按钮点击事件 $('#app-btn-search').click(function () { var key = $('#app-edit-search').val(); table.reload('app-table', { where: { dictionariesName: key } }); table.reload('app-table', { where: { dictionariesName: key }, page: { curr: 1 } }); }); // 修改role状态 form.on('switch(dictionaries-tpl-state)', function (obj) {