Browse Source

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

imengyu 3 weeks ago
parent
commit
92f08a5de2
1 changed files with 4 additions and 1 deletions
  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({