From 7876ed1c11839d680b2fc387390b9f7a804ba786 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Tue, 27 Aug 2024 16:38:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1id1000083=20=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=8E=8780%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order_manage/order_list.vue | 3 ++- src/views/shop/components/securitySetting.vue | 11 ++++++++++- src/views/user_manage/user_list.vue | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) 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 @@