From b0d4df5f39525ae7fe252e8ee65d85fd71dca721 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 07 五月 2026 14:53:32 +0800
Subject: [PATCH] 手动下单:检验中订单撤销报错问题修复

---
 src/views/statisticalCharts/itemInspectionAnalysis/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/statisticalCharts/itemInspectionAnalysis/index.vue b/src/views/statisticalCharts/itemInspectionAnalysis/index.vue
index 29616cd..a1414e9 100644
--- a/src/views/statisticalCharts/itemInspectionAnalysis/index.vue
+++ b/src/views/statisticalCharts/itemInspectionAnalysis/index.vue
@@ -50,7 +50,7 @@
               <el-button size="small" type="primary" @click="openShowData">鏌ョ湅鏁版嵁鍒嗘瀽</el-button>
             </div>
             <lims-table :tableData="editTableData" :column="editColumn"
-                        height="400" key="tableData" :isSelection="true"
+                        :height="400" key="tableData" :isSelection="true"
                         :handleSelectionChange="handleSelectionChange"
                         :tableLoading="editLoading"></lims-table>
           </div>
@@ -423,7 +423,7 @@
     },
     // 鏌ヨ鍥炶皟
     refreshTable(row) {
-      selectSampleAndProductByOrderId({id: row.id}).then(res => {
+      selectSampleAndProductByOrderId({id: row.enterOrderId, ...this.page}).then(res => {
         this.tableLoading = false
         if (res.code === 200) {
           this.tableData = res.data.records

--
Gitblit v1.9.3