From 8d4bf6f46695691df904a4a7bc7ca625f702879e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 08 十二月 2023 14:27:28 +0800
Subject: [PATCH] 1.递交

---
 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