ysy hai 1 ano
pai
achega
a00d486d77
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      pages/pda/workOrder/index/index.vue

+ 2 - 1
pages/pda/workOrder/index/index.vue

@@ -78,11 +78,11 @@
 
 				isEnd = false
 				const res = await workorderPage(params)
-		
 
 				if (params.pageNum === 1) {
 					this.dataList = []
 				}
+		
 
 				this.dataList.push(...res.list)
 				isEnd = this.dataList.length >= res.count
@@ -91,6 +91,7 @@
 
 
 			doSearch() {
+				this.page = 1
 				this.getList()
 			},