This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-02 11:26:26 +07:00
parent a934497083
commit b347fd064e
10 changed files with 193 additions and 173 deletions

View file

@ -223,7 +223,7 @@ watch(
(n) => {
if (n == true) {
getData();
}
} else rows.value = [];
}
);
</script>