From e94805337e96e0092d7db6dd81dcdd0b0412cb02 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 09 一月 2026 15:32:53 +0800
Subject: [PATCH] 1.质检方案页面优化2.工序检验页面优化

---
 src/views/mouldManager/mouldCheckStand.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/mouldManager/mouldCheckStand.vue b/src/views/mouldManager/mouldCheckStand.vue
index 9dd6c62..2df9e9b 100644
--- a/src/views/mouldManager/mouldCheckStand.vue
+++ b/src/views/mouldManager/mouldCheckStand.vue
@@ -541,8 +541,8 @@
     // 淇敼鍓嶈姹傛帴鍙�
     async getViewDeviceCheckStanedSearch(checkstand_code) {
       const { data: res } = await ViewMouldCheckStanedSearch({ checkstand_code })
-      this.tableDataDialog = res.data
-      this.checkSelectedValue = res.data.map(i => i.code)
+      this.tableDataDialog = res.Data
+      this.checkSelectedValue = res.Data.map(i => i.code)
 
       this.dialogForm.code = res.code
       this.dialogForm.name = res.name

--
Gitblit v1.9.3