zhaowei
2025-05-09 572986f5a425bd4113b4d9f9a43dfcc58133e202
增加组件内同名函数为覆盖mixins中的handleDelete方法
已修改1个文件
5 ■■■■■ 文件已修改
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchModal.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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]()