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">