La respuesta en línea dice que se debe a que Easy-UI debería eliminar el estilo de clase en la versión inferior y escribir URL en JavaScript. Si hay URL en clase, también hay URL en JavaScript, que actualizará la página dos veces, pero mi problema no se resolvió después de la prueba. Más tarde, finalmente encontré el problema a través de pruebas repetidas.
<ul id = "eva" style = "font-size: 25px;"> </ul>
Debido a que escribí estilo en la página, eliminar el estilo en el estilo puede resolver el problema. Ahora adjunto el código completo de la tabla de árbol y cuadrícula de Ajax Dynamic.
<html> <fead> <title> tree </title> <link href = "../../ content/jqeasyui/themes/default/easyui.css" rel = "stylesheet" type = "text/css"/> <link href = "../../ content/jqeasyui/themes/iCon.css" rel = "styles"/<criptheet " src = "../../ scripts/jQuery-1.4.4.min.js" type = "text/javascript"> </script> <script src = "../../ scripts/jQuery.unobtrusive-aJax.js" type = "text/javascript"> </script> <script src = "../../ scripts/jQuery.easyui.js.js" type = "text/javascript"> </script> <script src = "../../ scripts/easyui-lang-zh_cn.js" type = "text/javascript"> </script> <script type = "text/javaScript"> var nodetext; tiempo var; var treeeva; $ (function () {inItTable (); $ ("#selectform"). CSS ("Display", "Ninguno"); BindSearchECLick (); $ ('#Eva'). Tree ({url: '/oee/getTree', método: 'get', animate: true, casilla de verificación: true});}); // Inicializa la función de tabla inItTable () {$ ('#tt'). DataGrid ({url: '/oee/detalles', title: 'oee', ancho: 700, altura: 360, fitColumns: true, idfield: 'fid', loadmsg: 'La información sobre el dispositivo está cargando ...', pagination: true, singleselect: falso, pAgesize: 10, 10, 1, 1, pageMonumin PageList: [10, 20, 30], QueryParams: {// El parámetro que se pasará en Noderesult: nodetext, selecttime: $ ('##selecttime'). datbox ('getValue')}, columnas: [// {eid, etypeNuefotInfotid, etypeno "Center"}, {campo: 'Nombre', Título: 'DelTeoeee', Title: 'Name', Width: 80, Align: "Center"}, {Field: 'EarlyTimeOee', Title: 'EarlyTimeOee', Width: 80, Align: "Center"}, {Field: 'MiddletIMeee', Title: 'Noon Oee', Width: 80, 80, Aline 'Últimoeeee', Título: 'Night TimeOee', Width: 80, Align: "Center"}, {Field: 'Delflag', Title: 'Operation', Width: 80, Align: 'Center', Formatter: function (valor, fila, index) {var str = "<a fid =" + row.fid + "'class =' selectinfo ' href = 'javascript: void (0)'> detalles </a> "; regresar str; }}]], OnheaderContextMenu: function (e, campo) {}, onloadSuccess: function (data) {$ (". SelectInfo"). Unbind ("Click"); $ (". SelectInfo"). Bind ("Click", function () {Doselect ($ (this) .attr ("fid"), tiempo); return false;}); }}); } función doselect (fid, tiempo) {var reg = new Regexp ("-", "g"); var strobj = fid.ToString (); var newsstr = strobj.replace (reg, "$"); $ ('#SelectFrame'). Attr ('src', '/oee/getSelectinfo/' + fid + '/' + time); $ ('#Selectform'). CSS ('Display', 'Block'); $ ('#Selectform'). Dialog ({width: 470, altura: 470, modal: true, título: "Mostrar detalles", colapso: true, mínimo: true, maximizable: true, resizable: true, buttons: [{id: 'btnselect', text: 'ok', iconcls: 'icon-avestd', Handler: function () {) {) $ ("#Selectform"). Dialog ("Cerrar"); } // BING el evento Click de la función de consulta de búsqueda BindSearchECHECLick () {// LinkButtonSearch $ ("#LinkButtonSearch"). Click (function () {var nodos = $ ('#eva'). TREE ('getChecked'); var s = '' '; para (var i = 0; i <nodes.length; i ++ {if ((((s+= s+=' '' '' ',' '', '' '', '', s+'', s+. += nodos [i] .id; } </script> </head> <body> <viv> <div> <div> <div style = "margin: 23px 0;"> </div> <div style = "relleno: 5px; border-radio: 5px;"> <ul id = "eva"> </ul> </div> </div> <div iD = "correcto"> <Div Id = "Query" id = "selecttime"/> <a id = "LinkButtonSearch" href = "javascript: void (0)" data-options = "icOncls: 'icon-search'"> QUERY </a> </div> <table id = "tt" iconCls = "icon-edit"> </table> <Div id = "Selectform"> <ifRame Id = "" Selection " src = "javascript: void (0)" frameBorDer = "0"> </frame> </div> </div> </div> </div> </body> </html>