src/views/qualityManagement/processInspection/components/formDia.vue
@@ -192,7 +192,7 @@ prop: "controlValue", }, { label: "检验值", label: "化验值", prop: "testValue", dataType: 'slot', slot: 'slot', @@ -273,7 +273,7 @@ if (matchedOption) { // 确保使用匹配项的 id(保持类型一致) form.value.testStandardId = matchedOption.id; // 编辑保留原检验值,直接拉取原参数数据 // 编辑保留原化验值,直接拉取原参数数据 getQualityInspectParamList(row.id); } else { // 如果找不到匹配项,尝试直接使用原值