Sfoglia il codice sorgente

fix 回收订单的搜索问题

ylong 8 mesi fa
parent
commit
21427cc08b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 });
   };
 
   /** 批量操作 */