Explorar el Código

资源中心小改

sujunling hace 1 año
padre
commit
d57212c484
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);