1 首次出现的下标
const index = this.form.formlistTwo.findIndex(x => x.category_class === 1)
this.form.formlistTwo[index].show = true
1 首次出现的下标
const index = this.form.formlistTwo.findIndex(x => x.category_class === 1)
this.form.formlistTwo[index].show = true