@@ -348,7 +348,10 @@ function loadDropValues() {
onMounted(() => {
setTimeout(() => {
loadDropValues();
- }, 400);
+ }, 600);
+})
+watch(route, () => {
+ loadDropValues();
})
defineExpose({