怎么在新建多标签时不能新增已经有的数据,然后这9个不显示X,只有后面新建的显示X
if(!this.merchantInfo.payTypes.some(item => item.name == this.name)) { this.merchantInfo.payTypes.push({name: this.name, isRemove: true}) }