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

@@ -738,7 +738,7 @@ const _sfc_main$1 = defineComponent({
const selshow = ref(false);
function shubiao(event) {
console.log(event, 160);
if (event.target.show == "select") {
if (event.target.getAttribute("show") == "select") {
selshow.value = true;
} else {
selshow.value = false;