记录:element在组件默认事件的参数中添加自定义参数 // html 例如:@change="input($event,'item')" $even代表默认参数,'item'表示自定义参数, 然后在方法中正常写入两个参数即可