我尝试了这种方法:
this.plans = []; this.plansCopy = [...this.plans];
似乎不起作用,导致退货重复。
typescript typescript2.0
typescript ×1
typescript2.0 ×1