src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchModal.vue
@@ -1,3 +1,8 @@
<!--
 Description: 检索电子样板List
 Author: 作者 liuyh
 Date:   2025-02-27
-->
<template>
  <a-modal width="75%" :title="title" :visible="visible" @cancel="visible=false" :maskClosable="false" centered
           @ok="handleAssignDocumentToDevice">
@@ -476,6 +481,11 @@
      this.filters = {}
      this.isorter = Object.assign({}, this.defaultSorter)
    },
    handleDelete() {
      // 此处函数为屏蔽mixins中的同名函数,通用函数写在父级中
    },
    triggerCorrespondingMethod({ methodName, modalTitle }) {
      if (this[methodName]) {
        this[methodName]()