RuoYi 5 роки тому
батько
коміт
18e0a2a27d

+ 6 - 0
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js

@@ -585,6 +585,12 @@ var table = {
                 	} else{
                 	    $("#" + tableId).bootstrapTable('refresh');
                 	}
+            	} else if (table.options.type == table_type.bootstrapTreeTable) {
+            		if($.common.isEmpty(tableId)){
+            	    	$("#" + table.options.id).bootstrapTreeTable('refresh', []);
+                	} else{
+                	    $("#" + tableId).bootstrapTreeTable('refresh', []);
+                	}
             	}
             },
             // 获取选中复选框项