|
|
@@ -303,7 +303,7 @@ export function tableEventList(obj, btnObj, row, opType = 'only') {
|
|
|
if (obj.$listeners && !obj.$listeners.onListEvent) {
|
|
|
console.error('未定义emit方法:onListEvent, ' + type)
|
|
|
}
|
|
|
- obj.$emit('onListEvent', type, row);//自定义事件
|
|
|
+ obj.$emit('onListEvent', type, row, btnObj);//自定义事件
|
|
|
}
|
|
|
}
|
|
|
}
|