scorpio 2 năm trước cách đây
mục cha
commit
b8147385d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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