From 480cb1afdd425d80cbffa79850a958ab2503a4ad Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 06 十二月 2023 17:03:10 +0800
Subject: [PATCH] 1.个人计件工资产量2.生产分析 页面初始化
---
pages/mjgl/mjdj.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/mjgl/mjdj.vue b/pages/mjgl/mjdj.vue
index 523aa51..a06d501 100644
--- a/pages/mjgl/mjdj.vue
+++ b/pages/mjgl/mjdj.vue
@@ -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('2051', data)
+ const res = await MouldCheckSave('2501', data)
if (res.code === '200') {
uni.$u.toast('鎻愪氦鎴愬姛锛�')
this.isDisabledSubmitButton = false
--
Gitblit v1.9.3