Commit 121710f7 by 冷斌

fix bug

parent b11e98fc
......@@ -249,7 +249,9 @@
},
onDownload: function(item){
window.location.href = item.attach;
if (item.attach) {
window.location.href = item.attach;
}
},
onTopTab: function(tab) {
......
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