Browse Source

fix 回收订单的搜索问题

ylong 7 months ago
parent
commit
21427cc08b
1 changed files with 1 additions and 1 deletions
  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 });
   };
 
   /** 批量操作 */