From f9e80303bfeb0858b081ee2c9be02991972034d8 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 27 十一月 2025 11:21:36 +0800
Subject: [PATCH] fix 绞线巡检 保存结构修正
---
src/pages/routingInspection/detail/indexJX.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/pages/routingInspection/detail/indexJX.vue b/src/pages/routingInspection/detail/indexJX.vue
index d2de1c8..b23bdaf 100644
--- a/src/pages/routingInspection/detail/indexJX.vue
+++ b/src/pages/routingInspection/detail/indexJX.vue
@@ -92,10 +92,10 @@
</wd-col>
</wd-row>
- <!-- 鑷璁板綍璇︽儏妯″潡 -->
+ <!-- 宸ヨ壓璁板綍璇︽儏妯″潡 -->
<wd-row>
<view style="margin: 10rpx">
- <text class="title">{{ "鑷璁板綍璇︽儏" }}</text>
+ <text class="title">{{ "宸ヨ壓璁板綍璇︽儏" }}</text>
</view>
<wd-col :span="24">
<wd-form-item label="璁板綍浣嶇疆" prop="recordPosition">
@@ -506,8 +506,10 @@
id: paramsId.value,
inspectionResult: {
twistedOuterDiameter: formData.twistedOuterDiameter,
- structureFormula: formData.structureFormula,
- structureItems: formData.structureItems,
+ inspectStructure: {
+ structureFormula: formData.structureFormula,
+ structureItems: formData.structureItems,
+ },
inspectTwist: formData.inspectTwist,
productAppearance: formData.productAppearance,
conclusion: formData.conclusion,
--
Gitblit v1.9.3