文章列表
//keyValue, textValue 点按钮传入的id ,每次有可能不一样。设置keyValue, textValue 的值后再次传入新的id, //deptTree.on 中还是第一次传入的id。如何在不重复掉后台的情况下传入不同的keyValue, textValue,并设置值。
Ext.onReady(function(){
var deptWin,deptWin2;
showKmWin = function(keyValue, textValue){alert(keyValue);
if(!deptWin){
var deptTree = new Ext.tre ...