|
|
|
@ -27,6 +27,7 @@ export class ListItem extends BI.BasicButton {
|
|
|
|
|
comboWidget: any; |
|
|
|
|
nameLabel: any; |
|
|
|
|
nameEditor: any; |
|
|
|
|
downListCombo: any; |
|
|
|
|
testStatus: TestStatus; |
|
|
|
|
|
|
|
|
|
watch = { |
|
|
|
@ -96,10 +97,14 @@ export class ListItem extends BI.BasicButton {
|
|
|
|
|
cls: 'dcm-link-other-font icon-size-16', |
|
|
|
|
}, |
|
|
|
|
items: this.renderDownList(), |
|
|
|
|
ref: (_ref: any) => { |
|
|
|
|
this.downListCombo = _ref; |
|
|
|
|
}, |
|
|
|
|
listeners: [{ |
|
|
|
|
eventName: BI.DownListCombo.EVENT_CHANGE, |
|
|
|
|
action: (value: string) => { |
|
|
|
|
this.itemActionCalculate().actionClac(value); |
|
|
|
|
this.downListCombo.setValue(''); |
|
|
|
|
}, |
|
|
|
|
}], |
|
|
|
|
|
|
|
|
|