From 34ff4c31d3082417a50a1d6ff0d0401cf3d00920 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 27 六月 2025 16:11:41 +0800 Subject: [PATCH] 提交 --- 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