修复查看下载问题
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment