scorpio 2 years ago
parent
commit
b8147385d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/task/component/task.vue

+ 1 - 1
src/views/task/component/task.vue

@@ -338,7 +338,7 @@ export default {
       this.resultFileInfo()
     },
     fetchIndex(list, key) {
-      1st index = list.findIndex(ele => ele.value === key)
+      const index = list.findIndex(ele => ele.value === key)
       if (index > -1) {
         list.map(ele => {
           ele.checked = false