lyh
2025-04-17 a95bec239fd7599b4c8766eff35c3d96e813cb25
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
            })
          }
        })