更新
This commit is contained in:
parent
3fd13205c9
commit
da38f8c271
@ -66,7 +66,7 @@ const drawFn = (item) => {
|
||||
}
|
||||
};
|
||||
|
||||
const showResult = ref(true);
|
||||
const showResult = ref(false);
|
||||
const resultFn = (item) => {
|
||||
if (item.action == "hide") {
|
||||
showResult.value = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user