From f7a3d41075e00498f7033475108c0bcd86cda733 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期二, 01 七月 2025 14:03:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1 --- company/src/components/enterprise/OperaInsuranceApplyAddWindow.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/company/src/components/enterprise/OperaInsuranceApplyAddWindow.vue b/company/src/components/enterprise/OperaInsuranceApplyAddWindow.vue index c68bccc..d1aaeef 100644 --- a/company/src/components/enterprise/OperaInsuranceApplyAddWindow.vue +++ b/company/src/components/enterprise/OperaInsuranceApplyAddWindow.vue @@ -440,7 +440,7 @@ }).then(() => { if (!this.form.companyId) { this.$refs.detailsPolicyholder.open('鎶曚繚璇︽儏鍗�', { - companyName: this.userInfo.company.name, + companyName: this.userInfo.showCompany.name, solutionName: this.item.name, solutionType: this.item.type, applyStartTime: this.form.applyStartTime, @@ -467,7 +467,7 @@ } else { if (!this.form.companyId) { this.$refs.detailsPolicyholder.open('鎶曚繚璇︽儏鍗�', { - companyName: this.userInfo.company.name, + companyName: this.userInfo.showCompany.name, solutionName: this.item.name, solutionType: this.item.type, applyStartTime: this.form.applyStartTime, -- Gitblit v1.9.3