From 7a89892d6ac9c181febed610b62f1aeb8145099b Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期六, 03 八月 2024 06:58:48 +0800 Subject: [PATCH] update --- sub_pages/customer/customer-info/customer-info.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/sub_pages/customer/customer-info/customer-info.vue b/sub_pages/customer/customer-info/customer-info.vue index 8d30ff2..5e4c1e3 100644 --- a/sub_pages/customer/customer-info/customer-info.vue +++ b/sub_pages/customer/customer-info/customer-info.vue @@ -138,6 +138,12 @@ ...JSON.parse(tjson) } } + if(options.partnerUserId){ + this.dto.partnerUserId = options.partnerUserId || '' + } + if(options.partnerUserName){ + this.dto.partnerUserName = options.partnerUserName || '' + } } else { this.getCurrentInfo() } -- Gitblit v1.9.3