From 3e040b6ceacbed4cc97e5d84ed9d177e2b58958f Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Fri, 14 Nov 2025 09:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/liswork/labItem/index.vue | 5 ++- .../liswork/labItem/tab/commmonlyValues.vue | 34 +++++++++++++++---- 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/src/views/liswork/labItem/index.vue b/src/views/liswork/labItem/index.vue index e93bea1..0336ad8 100644 --- a/src/views/liswork/labItem/index.vue +++ b/src/views/liswork/labItem/index.vue @@ -75,7 +75,7 @@ - + @@ -196,6 +196,8 @@ const yqdlFields = ref([ //tab页数据 const tabDataList = ref(); +//选中行数据 +const selectRow = ref(); // 仪器 const getYqConfig = () => { @@ -259,6 +261,7 @@ const changeStauts = () => { // 选择行变化 const rowChange = (row: any) => { + selectRow.value = row; queryXmInfoNewDetailService(row.xmid,row.yq,row.xmdh).then((res: any) => { switch(activeTab.value){ case 'Basic': diff --git a/src/views/liswork/labItem/tab/commmonlyValues.vue b/src/views/liswork/labItem/tab/commmonlyValues.vue index 3dbab08..ea63d24 100644 --- a/src/views/liswork/labItem/tab/commmonlyValues.vue +++ b/src/views/liswork/labItem/tab/commmonlyValues.vue @@ -6,7 +6,7 @@ 删除 + :config="tableConfig" @row-click="handRowClick">