@@ -53,6 +53,9 @@ function getUpdate() {
}
$('.special-column-box').empty().append(html);
+ // 刷新详情数据
+ detailed(columns[0].chnlid);
+
}, function (err) {
});