Browse Source

fix:订单界面在未登录状态下获取的列表组件报错问题修复

xyh 5 months ago
parent
commit
c7f3d20666
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/order/order.vue

+ 1 - 1
src/pages/order/order.vue

@@ -149,7 +149,7 @@ export default {
 					// });
 					this.$refs.paging.complete(this.dataList);
 				} else {
-					this.$refs.paging.complete(false);
+					this.$refs.paging.complete([]);
 				}
 			});
 		},