scorpio %!s(int64=2) %!d(string=hai) anos
pai
achega
b8147385d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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