sujunling пре 1 година
родитељ
комит
d57212c484
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/resource/plat/item/child/Search.vue

+ 1 - 1
src/views/resource/plat/item/child/Search.vue

@@ -83,7 +83,7 @@ export default defineComponent({
         ]);
 
         function onSearch(key) {
-            eventBus.emit('platListCenter', { sqkzt: statusValue.value, filterValue: keyWord.value, type: props.type });
+            eventBus.emit('platListCenter', { sqkzt: statusValue.value, filterValue: keyWord.value, type: props.type, isPage: true });
         }
 
         const visible = ref(false);