提交内容

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

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

Loading…
Cancel
Save