修改bug
This commit is contained in:
parent
c25cc663e9
commit
56c8a53ab5
|
|
@ -138,7 +138,7 @@ function getTableAction(record) {
|
||||||
label: '清除所有',
|
label: '清除所有',
|
||||||
popConfirm: {
|
popConfirm: {
|
||||||
title: '是否确认清除所有',
|
title: '是否确认清除所有',
|
||||||
confirm: handleDelete.bind(null, record, '-1'),
|
confirm: handleClean.bind(null, record, '-1'),
|
||||||
placement: 'topLeft',
|
placement: 'topLeft',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue