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()