From ee4c68b99fa9ccd733ca547aeb16db90c7e2dd23 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 08 十二月 2023 14:17:17 +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