Commit de56a3f3 by libin

还原单位代码获取方式。

parent 4ca27ab2
......@@ -222,7 +222,7 @@
$("#msg").text("");
}
var data = "${unit}";
var data = ${unit};
var zNodes =[];
for (var i=0;i<data.length;i++){
zNodes.push({id:data[i].codeStr,pId:data[i].pid,name:data[i].name,open:false,file:"core/simpleData"});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment