|
|
@ -104,6 +104,10 @@ export class ListItem extends BI.BasicButton { |
|
|
|
eventName: BI.DownListCombo.EVENT_CHANGE, |
|
|
|
eventName: BI.DownListCombo.EVENT_CHANGE, |
|
|
|
action: (value: string) => { |
|
|
|
action: (value: string) => { |
|
|
|
this.itemActionCalculate().actionClac(value); |
|
|
|
this.itemActionCalculate().actionClac(value); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, { |
|
|
|
|
|
|
|
eventName: BI.DownListCombo.EVENT_BEFORE_POPUPVIEW, |
|
|
|
|
|
|
|
action: () => { |
|
|
|
this.downListCombo.setValue(''); |
|
|
|
this.downListCombo.setValue(''); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}], |
|
|
|
}], |
|
|
|