hyingbo
2025-07-09 2f519ead537a0b38019bbf64a6075cbb6e08f9b4
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
          })
        }
      })