Explorar o código

🔧 修改列表搜索不生效问题

imengyu hai 3 semanas
pai
achega
92f08a5de2
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/components/content/CommonListBlock.vue

+ 4 - 1
src/components/content/CommonListBlock.vue

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