From f114b4eabc7c73fe728be1964569ef7d6abdb61a Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 25 三月 2026 08:30:10 +0800
Subject: [PATCH] 1.新增工价导入

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

diff --git a/src/views/mouldManager/mouldMaintainStand.vue b/src/views/mouldManager/mouldMaintainStand.vue
index ff2ceba..eba46a0 100644
--- a/src/views/mouldManager/mouldMaintainStand.vue
+++ b/src/views/mouldManager/mouldMaintainStand.vue
@@ -542,8 +542,8 @@
     // 淇敼鍓嶈姹傛帴鍙�
     async getViewMouldRepairStanedSearch(repairstand_code) {
       const { data: res } = await ViewMouldRepairStanedSearch({ repairstand_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