|
|
|
@ -1489,10 +1489,10 @@ const dotIndex2 = ref(-1)
|
|
|
|
const table2Current = (e) => {
|
|
|
|
const table2Current = (e) => {
|
|
|
|
dotIndex.value = -1
|
|
|
|
dotIndex.value = -1
|
|
|
|
dotIndex1.value = -1
|
|
|
|
dotIndex1.value = -1
|
|
|
|
if (dotIndex2.value === e.index) {
|
|
|
|
if (dotIndex2.value === e.$index) {
|
|
|
|
dotIndex2.value = -1
|
|
|
|
dotIndex2.value = -1
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
dotIndex2.value = e.index
|
|
|
|
dotIndex2.value = e.$index
|
|
|
|
}
|
|
|
|
}
|
|
|
|
console.log(dotIndex2.value)
|
|
|
|
console.log(dotIndex2.value)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|