diff --git a/src/views/mes/md/item/components/MdItemSelectDialogV2.vue b/src/views/mes/md/item/components/MdItemSelectDialogV2.vue index 078e00564..23bf5495d 100644 --- a/src/views/mes/md/item/components/MdItemSelectDialogV2.vue +++ b/src/views/mes/md/item/components/MdItemSelectDialogV2.vue @@ -52,12 +52,20 @@ :stripe="true" :show-overflow-tooltip="true" border + row-key="id" :highlight-current-row="!multiple" @selection-change="handleSelectionChange" + @row-click="handleRowClick" @row-dblclick="handleRowDblClick" > - - + +