Explorar el Código

订单列表添加source字段

gcz hace 9 meses
padre
commit
88206a1fad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      center/order.vue

+ 1 - 0
center/order.vue

@@ -181,6 +181,7 @@
 				let pageSize = page.size; // 页长, 默认每页10条
 				
 				let params = {
+					source:1,
 					pageNum : page.num,
 					pageSize :  page.size,
 					statusIn : this.tabsList[this.tabsCurrent]?.status||'',