dff75f9d by lihua

fix:查看下载

1 parent cd8e1ca6
......@@ -114,7 +114,7 @@ const tableInfo = ref({
if (action == 'download') {
let index = arrBtns.findIndex(a => a.value == 'read');
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!