src/views/dnc/base/modules/ProductStructure/Cutter/CutterModal.vue
@@ -37,13 +37,14 @@
  methods: {
    // 添加所用刀具
    handleCutterAdd() {
      const { id, type } = this.currentTreeNodeInfo
      const { attributionId, attributionType, docId } = this.currentTreeNodeInfo
      this.visible = true
      this.$nextTick(() => {
        if (this.$refs.realForm) {
          this.$refs.realForm.add({
            attributionId: id,
            attributionType: type
            attributionId: attributionId,
            attributionType: attributionType,
            docId: docId
          })
        }
      })