📅  最后修改于: 2022-03-11 14:57:59.178000             🧑  作者: Mango
change(evt: any) {
if (this.value.length === 1)
this.oldValue = this.value[0];
if (this.value.length === 0)
this.value = [this.oldValue];
}