zhaowei
2025-02-08 0e9500211e1a10a94dbca72e754cc5cf7eb16e3d
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
@@ -122,7 +122,7 @@
      },
      triggerCorrespondingMethod({ methodName, level, modalTitle, tableRowInfo }) {
        if (this[methodName] && tableRowInfo.attributionType === 5) this[methodName](tableRowInfo, modalTitle)
        if (this[methodName]) this[methodName](tableRowInfo, modalTitle)
      }
    }
  }