zhaowei
2025-05-09 572986f5a425bd4113b4d9f9a43dfcc58133e202
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchModal.vue
@@ -476,6 +476,11 @@
      this.filters = {}
      this.isorter = Object.assign({}, this.defaultSorter)
    },
    handleDelete() {
      // 此处函数为屏蔽mixins中的同名函数,通用函数写在父级中
    },
    triggerCorrespondingMethod({ methodName, modalTitle }) {
      if (this[methodName]) {
        this[methodName]()