5c5bafe6 by lihua

修复查看下载问题

1 parent 525e8f30
......@@ -121,7 +121,7 @@ const tableInfo = ref({
if (action == 'read') {
let index = arrBtns.findIndex(a => a.value == 'download');
if (index > -1) {
arrBtns[index] = { label: '查看', value: 'readAndDown', click: btnHanldesMap[action] };
arrBtns[index] = { label: '查看', value: 'readAndDown', click: btnHanldesMap['readAndDown'] };
continue;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!