首页小组编码字段修改 电投投保人页面保存接口入参增加teamCode

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2024-01-05 13:45:16 +08:00
parent 3525d27f4e
commit f72b2b1a04
2 changed files with 3 additions and 2 deletions

View File

@@ -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()

View File

@@ -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)