fix(UI测试): 修复ui查看引用前端报错问题
--bug=1027043 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001027043
This commit is contained in:
parent
40daae08df
commit
ea7cb837d9
|
@ -529,7 +529,7 @@ export default {
|
|||
},
|
||||
handleRowClick (row, column) {
|
||||
// 多选框的列不触发点击行事件
|
||||
if (column.type === 'selection') {
|
||||
if (column && column.type === 'selection') {
|
||||
return;
|
||||
}
|
||||
this.$emit("handleRowClick", row, column);
|
||||
|
|
Loading…
Reference in New Issue