提交内容

special-20250331
dshclm 3 days ago
parent 4142d19ca9
commit 41e217fa5d

@ -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');

Loading…
Cancel
Save