|
|
@ -453,11 +453,11 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleNodeClick: function(data) {
|
|
|
|
handleNodeClick: function(data) {
|
|
|
|
if (data.columnGrade == '2') {
|
|
|
|
// if (data.columnGrade == '2') {
|
|
|
|
this.getSpecial('');
|
|
|
|
// this.getSpecial('');
|
|
|
|
} else {
|
|
|
|
// } else {
|
|
|
|
this.getSpecial(data);
|
|
|
|
this.getSpecial(data);
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
},
|
|
|
|
},
|
|
|
|
pubHref: function(id, type) {
|
|
|
|
pubHref: function(id, type) {
|
|
|
|
window.open("/public_view.html?type=" + type + "&id=" + id, '_blank');
|
|
|
|
window.open("/public_view.html?type=" + type + "&id=" + id, '_blank');
|
|
|
|