zhangherong
2025-05-22 a7ed137d53ebcaaf8f9429a53a34ece9351cc05c
src/views/dnc/base/modules/ProductStructure/Part/PartModal.vue
@@ -62,8 +62,8 @@
        this.$nextTick(() => {
          if (this.$refs.realForm) {
            this.$refs.realForm.add({
              productId: this.currentTreeNodeInfo.productId,
              componentId: this.currentTreeNodeInfo.componentId
              productId: this.currentTreeNodeInfo.entity.productId,
              componentId: this.currentTreeNodeInfo.entity.componentId
            })
          }
        })