|
@@ -2201,7 +2201,7 @@ export default {
|
|
|
}
|
|
|
if (key === 'detail') {
|
|
|
const find = this.systemBtns.find((o) => o.value === 'detail')
|
|
|
- if (find.buttonId && (find.postEventNum || find.preEventNum)) {
|
|
|
+ if (find?.buttonId && (find.postEventNum || find.preEventNum)) {
|
|
|
this.customBtnsHandel(find, { row: row })
|
|
|
}
|
|
|
this.addOrUpdateHandle(row, 'detail', this.config.fullName)
|