mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 23:26:43 +08:00
首页小组编码字段修改 电投投保人页面保存接口入参增加teamCode
This commit is contained in:
@@ -154,7 +154,7 @@ export default {
|
|||||||
this.projectList = res.content
|
this.projectList = res.content
|
||||||
if(this.projectList.length == 1) {
|
if(this.projectList.length == 1) {
|
||||||
this.chooseProjectDialogShow = false
|
this.chooseProjectDialogShow = false
|
||||||
this.chooseTeamCode = this.projectList[0].TeamCode
|
this.chooseTeamCode = this.projectList[0].teamCode
|
||||||
this.chooseProjectCode = this.projectList[0].projectCode
|
this.chooseProjectCode = this.projectList[0].projectCode
|
||||||
this.chooseProjectName = this.projectList[0].projectName
|
this.chooseProjectName = this.projectList[0].projectName
|
||||||
this.chooseProjectList()
|
this.chooseProjectList()
|
||||||
|
|||||||
@@ -1456,7 +1456,8 @@
|
|||||||
if(this.branchType == '13'){
|
if(this.branchType == '13'){
|
||||||
params.orderDTO.ebizOrderGbcRelDTO = {
|
params.orderDTO.ebizOrderGbcRelDTO = {
|
||||||
projectCode: this.projectDTO.projectCode,
|
projectCode: this.projectDTO.projectCode,
|
||||||
departmentCode: this.projectDTO.departmentCode
|
departmentCode: this.projectDTO.departmentCode,
|
||||||
|
teamCode:this.projectDTO.teamCode,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log('params :>> ', params)
|
console.log('params :>> ', params)
|
||||||
|
|||||||
Reference in New Issue
Block a user