fix soultable

This commit is contained in:
2023-05-05 09:13:47 +08:00
parent 3a62266c6e
commit db7daf4253
4 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ function select(type: number) {
const selshow = ref(false);
function shubiao(event:any){
console.log(event,160)
if(event.target.show == "select"){
if(event.target.getAttribute("show") == "select"){
selshow.value = true
}else{
selshow.value = false