hyingbo
6 天以前 57ec2038f86f47a87db6b73c0c6eb27c1c25b08e
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
          })
        }
      })