arr[this.currentIndex]获取所有项 1.this.formList代表一张表(很多字段情况下)直接获取全部字段 this.formList[this.currentIndex] 2.arrId代表多张表情况下,获取当前表的id this.arrId[this.currentIndex]