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/business/productSamplingInfo/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/business/productSamplingInfo/index.vue b/src/views/business/productSamplingInfo/index.vue
index 9cf3667..8575479 100644
--- a/src/views/business/productSamplingInfo/index.vue
+++ b/src/views/business/productSamplingInfo/index.vue
@@ -24,10 +24,10 @@
</ul>
<!--瀛e害-->
<lims-table :tableData="tableData" :column="column" v-if="tabIndex === 0" @pagination="pagination"
- :height="'calc(100vh - 290px)'" :page="page" :tableLoading="tableLoading"></lims-table>
+ :height="50" :page="page" :tableLoading="tableLoading"></lims-table>
<!--骞村害-->
<lims-table :tableData="tableData1" :column="column1" v-if="tabIndex === 1" @pagination="pagination1"
- :height="'calc(100vh - 290px)'" key="tableData1" :page="page1" :tableLoading="tableLoading1"></lims-table>
+ :height="50" key="tableData1" :page="page1" :tableLoading="tableLoading1"></lims-table>
</div>
</div>
<el-dialog :close-on-click-modal="false" :close-on-press-escape="false" :visible.sync="yearSampleDia" title="骞村害鎶芥牱"
--
Gitblit v1.9.3