fix(UI测试): 修复ui查看引用前端报错问题

--bug=1027043 --user=郭雨琦
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001027043
This commit is contained in:
guoyuqi 2023-06-14 16:57:37 +08:00 committed by 刘瑞斌
parent 40daae08df
commit ea7cb837d9
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ export default {
},
handleRowClick (row, column) {
//
if (column.type === 'selection') {
if (column && column.type === 'selection') {
return;
}
this.$emit("handleRowClick", row, column);