Issue #107: Done.
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
listSequence: this.listSeq,
|
||||
listSequence: [],
|
||||
filteredData: this.filterTaskData,
|
||||
lastItemIndex: null,
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
select: this.tableSelect,
|
||||
select: null,
|
||||
metaKey: true
|
||||
}
|
||||
},
|
||||
|
||||
@@ -48,7 +48,7 @@ export default {
|
||||
props: ['tableTitle', 'tableData', 'tableSelect', 'progressWidth'],
|
||||
data() {
|
||||
return {
|
||||
select: this.tableSelect,
|
||||
select: null,
|
||||
data: this.tableData
|
||||
}
|
||||
},
|
||||
@@ -75,6 +75,6 @@ export default {
|
||||
this.select = null;
|
||||
this.$emit('on-row-select', this.select)
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user