diff --git a/src/views/order_manage/order_list.vue b/src/views/order_manage/order_list.vue index ced920f..239c203 100644 --- a/src/views/order_manage/order_list.vue +++ b/src/views/order_manage/order_list.vue @@ -313,7 +313,8 @@ export default { pageSize: this.tableData.size, orderType: this.orderType, ...this.query, - productName + productName, + userId:this.$route.query.userId }); this.tableData.loading = false; this.tableData.data = res.content; diff --git a/src/views/shop/components/securitySetting.vue b/src/views/shop/components/securitySetting.vue index 5602d91..d75fac6 100644 --- a/src/views/shop/components/securitySetting.vue +++ b/src/views/shop/components/securitySetting.vue @@ -1,6 +1,13 @@