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/mjby.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pages/mjgl/mjby.vue b/pages/mjgl/mjby.vue
index 40c9779..2cb0730 100644
--- a/pages/mjgl/mjby.vue
+++ b/pages/mjgl/mjby.vue
@@ -64,14 +64,14 @@
- <view class="marginRight20 marginBottom10" v-if='standardArr.length>0'>
- <u-button @click="show = true" type='primary' size="small" plain
- shape='circle'>璇烽�夋嫨</u-button>
- </view>
-
- <view class="marginRight20 marginBottom10" v-if='standardArr.length===0'>
- 鏆傛棤鍏宠仈鏍囧噯,璇峰厛鍏宠仈
- </view>
+ <view class="marginRight20 marginBottom10" v-if='standardArr.length>0'>
+ <u-button @click="show = true" type='primary' size="small" plain
+ shape='circle'>璇烽�夋嫨</u-button>
+ </view>
+
+ <view class="marginRight20 marginBottom10" v-if='standardArr.length===0'>
+ 鏆傛棤鍏宠仈鏍囧噯,璇峰厛鍏宠仈
+ </view>
</view>
@@ -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