|
@@ -2311,7 +2311,7 @@ var projectObj = {
|
|
return item.data.field == "itemCharacterText";
|
|
return item.data.field == "itemCharacterText";
|
|
})
|
|
})
|
|
}
|
|
}
|
|
- return !this.itemCol.visible;
|
|
|
|
|
|
+ return this.itemCol && !this.itemCol.visible;
|
|
},
|
|
},
|
|
onCommonTotalFeeButtonClick:function(hitinfo) {
|
|
onCommonTotalFeeButtonClick:function(hitinfo) {
|
|
let me = calcBaseView;
|
|
let me = calcBaseView;
|