liding
2025-04-02 8716d120822f3e39ce7634494aa94f97b4ae5a75
可靠性计划产品id添加
已修改1个文件
6 ■■■■■ 文件已修改
src/views/business/reliabilityPlan/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()