lyh
2025-02-24 844bf54fc403cef99f901ee6a9a3c57d7c840036
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
@@ -172,6 +172,7 @@
      },
      handleDocumentEdit(record, modalTitle) {
        if (!this.$refs.modalForm) return
        this.$refs.modalForm.edit(record)
        this.$refs.modalForm.title = modalTitle
      },