删除数组里面的具体某一个值

删除数组里面的具体某一个值

this.checkDataList.splice(this.checkDataList.findIndex(item => item === '月度周期'), 1);

猜你喜欢

转载自blog.csdn.net/qq706352062/article/details/107861364
今日推荐