From f72b2b1a04d5936c41c95d78b67a4945ddbb255e Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 5 Jan 2024 13:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=B0=8F=E7=BB=84=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9=20=E7=94=B5?= =?UTF-8?q?=E6=8A=95=E6=8A=95=E4=BF=9D=E4=BA=BA=E9=A1=B5=E9=9D=A2=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=8E=A5=E5=8F=A3=E5=85=A5=E5=8F=82=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?teamCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GBC/home.vue | 2 +- src/views/ebiz/sale/InsuredInfo.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/GBC/home.vue b/src/views/GBC/home.vue index d4b21600c..dad24b085 100644 --- a/src/views/GBC/home.vue +++ b/src/views/GBC/home.vue @@ -154,7 +154,7 @@ export default { this.projectList = res.content if(this.projectList.length == 1) { this.chooseProjectDialogShow = false - this.chooseTeamCode = this.projectList[0].TeamCode + this.chooseTeamCode = this.projectList[0].teamCode this.chooseProjectCode = this.projectList[0].projectCode this.chooseProjectName = this.projectList[0].projectName this.chooseProjectList() diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 611fdea9d..fa97aa760 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -1456,7 +1456,8 @@ if(this.branchType == '13'){ params.orderDTO.ebizOrderGbcRelDTO = { projectCode: this.projectDTO.projectCode, - departmentCode: this.projectDTO.departmentCode + departmentCode: this.projectDTO.departmentCode, + teamCode:this.projectDTO.teamCode, } } console.log('params :>> ', params)