forked from kidgrow-microservices-platform

zhaoxiaohao
2020-12-02 51cf45fa766bac2c7eba7641723781c5e7a13c64
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) {