src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue
@@ -167,6 +167,7 @@
      },
      handleDocumentEdit(record, modalTitle) {
        if (!this.$refs.modalForm) return
        this.$refs.modalForm.edit(record)
        this.$refs.modalForm.title = modalTitle
      },