#
luxiaotao1123
2021-02-23 3460fb53ad2758df466f3fca28628d6299dd6781
src/main/webapp/static/js/tagTree.js
@@ -42,7 +42,7 @@
                            $('#organizationTree').find('.ew-tree-click').removeClass('ew-tree-click');
                            $(obj.elem).children('.layui-tree-entry').addClass('ew-tree-click');
                            tableIns.reload({
                                where: {temId: obj.data.id},
                                where: {tag_id: obj.data.id},
                                page: {curr: 1}
                            });
                        }
@@ -50,7 +50,7 @@
                    treeData = res.data;
                    if (isEmpty(condition) && init) {
                        tableIns.reload({
                            where: {temId: ""},
                            where: {tag_id: ""},
                            page: {curr: 1}
                        });
                    }