Explorar el Código

fix 回收订单的搜索问题

ylong hace 8 meses
padre
commit
21427cc08b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/recycleOrder/components/order-page-all.vue

+ 1 - 1
src/views/recycleOrder/components/order-page-all.vue

@@ -423,7 +423,7 @@
 
   /** 搜索 */
   const reload = (where) => {
-    tableRef.value?.reload?.(where);
+    tableRef.value?.reload?.({ page: 1, where });
   };
 
   /** 批量操作 */