From d180226815a7436b6896e28ba9d0f5b369af9c06 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 29 十二月 2023 10:02:50 +0800
Subject: [PATCH] 1.上传模具组件
---
pages/mjgl/mjdj.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/mjgl/mjdj.vue b/pages/mjgl/mjdj.vue
index 676b641..a06d501 100644
--- a/pages/mjgl/mjdj.vue
+++ b/pages/mjgl/mjdj.vue
@@ -221,7 +221,7 @@
init() {
uni.stopPullDownRefresh();
- // this.getCheckScanMouldQrCodeData('001')
+ // this.getCheckScanMouldQrCodeData('001')
// this.getCheckScanMouldTemp('001')
// this.getSelectScanMouldQrCodeItem('001', '001')
},
@@ -327,14 +327,14 @@
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
}
// console.log(JSON.stringify(data))
this.isDisabledSubmitButton = true
- const res = await MouldCheckSave('2050', data)
+ const res = await MouldCheckSave('2501', data)
if (res.code === '200') {
uni.$u.toast('鎻愪氦鎴愬姛锛�')
this.isDisabledSubmitButton = false
--
Gitblit v1.9.3