From 859dacb2b86be0dd74aed57d26c7bdea07ced7c1 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 24 十月 2023 15:51:42 +0800
Subject: [PATCH] 1.模具上机 100%

---
 pages/mjgl/mjdj.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/mjgl/mjdj.vue b/pages/mjgl/mjdj.vue
index e7241d5..a06d501 100644
--- a/pages/mjgl/mjdj.vue
+++ b/pages/mjgl/mjdj.vue
@@ -327,7 +327,7 @@
 				const data = {
 					code: this.topContent[0].code,
 					name: this.topContent[0].name,
-					standcode: this.selectValue,
+					standcode: this.standardArr.find(i => i.name === this.selectValue).code,
 					result: this.resultValue,
 					children
 				}

--
Gitblit v1.9.3