From 9775ef24c8cc3aa0e15b21a02e352daf7412d7a4 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 10 Apr 2025 14:42:10 +0800 Subject: [PATCH] 1 --- .../trials-workbench/components/auditDocument/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-workbench/components/auditDocument/index.vue b/src/views/trials/trials-workbench/components/auditDocument/index.vue index 9a7d13f2..9458e861 100644 --- a/src/views/trials/trials-workbench/components/auditDocument/index.vue +++ b/src/views/trials/trials-workbench/components/auditDocument/index.vue @@ -951,8 +951,8 @@ export default { // 单行左键双击(进入文件夹或者预览文件) handleRowDblclick(row, column, cell, event) { // 判断点击目标是否为展开按钮 - const isExpandButton = event.target.closest('.el-table__expand-icon'); - if (isExpandButton) return; // 阻止触发 + // const isExpandButton = event.target.closest('.el-table__expand-icon'); + // if (isExpandButton) return; // 阻止触发 if (!row.AuditDocumentTypeEnum) { this.Id = row.Id this.resetOpt()