Delete a specific value in the array

Delete a specific value in the array

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

 

Guess you like

Origin blog.csdn.net/qq706352062/article/details/107861364