|
@@ -233,6 +233,7 @@ let calcProgramManage = {
|
|
|
}
|
|
|
},
|
|
|
onDetailEnterCell: function (sender, args) {
|
|
|
+ calcProgramManage.detailSheet.repaint(); // 这句是为了触发sheetCommonObj → getCusButtonCellType → CusButtonCellType → paint方法。
|
|
|
// for test.
|
|
|
// let t = calcProgramManage.getSelectionInfo().template;
|
|
|
// let c = calcProgramManage.getSelectionInfo().calcItem;
|