@@ -951,8 +951,8 @@ export default {
|
|||||||
// 单行左键双击(进入文件夹或者预览文件)
|
// 单行左键双击(进入文件夹或者预览文件)
|
||||||
handleRowDblclick(row, column, cell, event) {
|
handleRowDblclick(row, column, cell, event) {
|
||||||
// 判断点击目标是否为展开按钮
|
// 判断点击目标是否为展开按钮
|
||||||
const isExpandButton = event.target.closest('.el-table__expand-icon');
|
// const isExpandButton = event.target.closest('.el-table__expand-icon');
|
||||||
if (isExpandButton) return; // 阻止触发
|
// if (isExpandButton) return; // 阻止触发
|
||||||
if (!row.AuditDocumentTypeEnum) {
|
if (!row.AuditDocumentTypeEnum) {
|
||||||
this.Id = row.Id
|
this.Id = row.Id
|
||||||
this.resetOpt()
|
this.resetOpt()
|
||||||
|
|||||||
Reference in New Issue
Block a user