例如普通调用时只需要传入 change="changeBtnTypeOpenx(index,$rowIndex)"
当需要传入默认返回的值时,则采用 change="changeBtnTypeOpenx($event,index,$rowIndex)" 注意调用时增加了$event参数。
同样在被调用的函数里要接收这些参数 changeBtnTypeOpenx(event, index, rowIndex) {……}
标签:vxetable,需要,index,rowIndex,changeBtnTypeOpenx,参数,使用,event From: https://www.cnblogs.com/acore/p/17743934.html