liding
2025-04-02 8716d120822f3e39ce7634494aa94f97b4ae5a75
src/views/business/reliabilityPlan/index.vue
@@ -487,6 +487,12 @@
      } else {
        this.proPlanForm.state = state
      }
      // 获取选中节点的ID
      const selectedNode = this.findNodeById(this.itemParameterData.cascaderField.sample.tree, this.proPlanForm.productName)
      if (selectedNode) {
        this.proPlanForm.productId = selectedNode.id
      }
      addOrUpdateProduct(this.proPlanForm).then(res => {
        if (res.code === 200) {
          this.closeProDia()