|
@@ -359,9 +359,11 @@ var projectObj = {
|
|
|
let colSetting = projectObj.mainController.setting.cols[info.col];
|
|
|
projectObj.lastCol = colSetting;
|
|
|
},
|
|
|
+ //repaint 动态下拉框
|
|
|
mainSpreadEnterCell: function (sender, info) {
|
|
|
let colSetting = projectObj.mainController.setting.cols[info.col];
|
|
|
- if(colSetting.data.field === 'unit' || projectObj.lastCol.data.field === 'unit'||colSetting.data.field ==='subType'|| projectObj.lastCol.data.field === 'subType'){
|
|
|
+ if(colSetting.data.field === 'unit' || projectObj.lastCol.data.field === 'unit'||colSetting.data.field ==='subType'
|
|
|
+ || projectObj.lastCol.data.field === 'subType' || colSetting.data.field === 'programID' ||projectObj.lastCol.data.field === 'programID'){
|
|
|
info.sheet.repaint();
|
|
|
}
|
|
|
},
|