|
@@ -52,7 +52,6 @@ let currentIndex=ref(0);
|
|
let btnlistshow=ref(false);
|
|
let btnlistshow=ref(false);
|
|
const changeColor=(index)=>{
|
|
const changeColor=(index)=>{
|
|
btnindex.value=index;
|
|
btnindex.value=index;
|
|
- //btnlistshow.value=false;
|
|
|
|
emit("vtkshowfuc", index);
|
|
emit("vtkshowfuc", index);
|
|
currentIndex.value = btnindex.value;
|
|
currentIndex.value = btnindex.value;
|
|
indexchange(btnindex.value);
|
|
indexchange(btnindex.value);
|