5dbbdbaf by lihua

修复查看下载问题

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