chenhj
2026-04-25 28c608a765864a5677d5720099ae98d9f84b2d66
src/components/ProcessParamListDialog.vue
@@ -380,6 +380,9 @@
        paramId: selectedParam.value.id,
        standardValue: selectedParam.value.standardValue || "",
        isRequired: selectedParam.value.isRequired || 0,
        technologyOperationId: props.process.id,
        technologyOperationParamId: selectedParam.value.id,
        technologyRoutingOperationId: Number(props.routeId),
      })
        .then(res => {
          if (res.code === 200) {