This commit is contained in:
潘晓云
2022-03-22 17:13:53 +08:00
parent 1589bb4c82
commit 9c3a9ec3a3

View File

@ -37,4 +37,8 @@ export class DictSelectWidget extends ControlWidget implements OnInit {
if (this.ui.change) this.ui.change(value); if (this.ui.change) this.ui.change(value);
this.setValue(value); this.setValue(value);
} }
reset(value: any) {
this.setValue(value);
}
} }