liding
2025-04-30 4ae5681e4a92c1cc98e811135098c71958c48a02
src/views/business/reliabilityPlan/index.vue
@@ -533,7 +533,8 @@
      const params = {
        ...this.proPlanForm,
        state: state === undefined ? null : parseInt(state),
        productId: selectedNode?.id
        productId: selectedNode?.id,
        itemType: ['成品', '原辅材'][this.tabIndex] // 0成品1原辅材
      }
      addOrUpdateProduct(params).then(res => {