fix soultable
This commit is contained in:
parent
3a62266c6e
commit
db7daf4253
@ -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;
|
||||
|
@ -19162,7 +19162,7 @@ const _sfc_main$E = 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;
|
||||
|
@ -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
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user