Commit 7acd2fc8 authored by Mac's avatar Mac

1

parent a46dc1ad
......@@ -182,13 +182,14 @@
}
const showlabel = (y) =>{
isshowlabel.value = true
selectindex.value = y;
if(addMsg.value[y].StartValue==''){//为空赋值为数组
LableList.value = []
}else{
LableList.value = addMsg.value[y].StartValue
}
isshowlabel.value = true
}
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