fix:查看下载
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -114,7 +114,7 @@ const tableInfo = ref({ | ... | @@ -114,7 +114,7 @@ const tableInfo = ref({ |
| 114 | if (action == 'download') { | 114 | if (action == 'download') { |
| 115 | let index = arrBtns.findIndex(a => a.value == 'read'); | 115 | let index = arrBtns.findIndex(a => a.value == 'read'); |
| 116 | if (index > -1) { | 116 | if (index > -1) { |
| 117 | arrBtns[index] = { label: '查看', value: 'readAndDown', click: btnHanldesMap[action] }; | 117 | arrBtns[index] = { label: '查看', value: 'readAndDown', click: btnHanldesMap['readAndDown'] }; |
| 118 | continue; | 118 | continue; |
| 119 | } | 119 | } |
| 120 | } | 120 | } | ... | ... |
-
Please register or sign in to post a comment