From 739a5b95e8799f370fc9079ab5f3a3f5aab1911a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 10 十一月 2023 14:43:45 +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