Commit 7acd2fc8 authored by Mac's avatar Mac

1

parent a46dc1ad
...@@ -182,13 +182,14 @@ ...@@ -182,13 +182,14 @@
} }
const showlabel = (y) =>{ const showlabel = (y) =>{
isshowlabel.value = true
selectindex.value = y; selectindex.value = y;
if(addMsg.value[y].StartValue==''){//为空赋值为数组 if(addMsg.value[y].StartValue==''){//为空赋值为数组
LableList.value = [] LableList.value = []
}else{ }else{
LableList.value = addMsg.value[y].StartValue LableList.value = addMsg.value[y].StartValue
} }
isshowlabel.value = true
} }
const getlabel=(list)=> { const getlabel=(list)=> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment