|
@@ -268,11 +268,11 @@ $(document).ready(function(){
|
|
|
sessionStorage.setItem('mainTab', '#tab_gather_fees');
|
|
|
$(e.relatedTarget.hash).removeClass('active');
|
|
|
// 每次进来都要重新计算一次
|
|
|
- if (!gatherFeesView.mainSpread)
|
|
|
- gatherFeesView.buildSheet()
|
|
|
- else
|
|
|
- gatherFeesView.mainSpread.refresh();
|
|
|
+ if (!gatherFeesView.mainSpread) {
|
|
|
+ gatherFeesView.buildSheet();
|
|
|
+ }
|
|
|
|
|
|
+ gatherFeesView.mainSpread.refresh();
|
|
|
gatherFeesView.showData();
|
|
|
});
|
|
|
|