|
|
@@ -257,7 +257,7 @@ import constant from '../../../utils/constant.js'
|
|
|
|
home: "",
|
|
|
|
home: "",
|
|
|
|
address: "",
|
|
|
|
address: "",
|
|
|
|
idType: 0,
|
|
|
|
idType: 0,
|
|
|
|
nationality: 1,
|
|
|
|
nationality: 0,
|
|
|
|
birth: "",
|
|
|
|
birth: "",
|
|
|
|
sex: "",
|
|
|
|
sex: "",
|
|
|
|
group_order: 1,
|
|
|
|
group_order: 1,
|
|
|
@@ -396,6 +396,7 @@ import constant from '../../../utils/constant.js'
|
|
|
|
})
|
|
|
|
})
|
|
|
|
getUserInfo().then(res => {
|
|
|
|
getUserInfo().then(res => {
|
|
|
|
this.getUserInfoList = res.data
|
|
|
|
this.getUserInfoList = res.data
|
|
|
|
|
|
|
|
console.log(res.data.nationality)
|
|
|
|
if (this.formData.organizeFlag == 0) {
|
|
|
|
if (this.formData.organizeFlag == 0) {
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'name', res.data.nickName)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'name', res.data.nickName)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'idCard', res.data.idCard)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'idCard', res.data.idCard)
|
|
|
@@ -403,6 +404,13 @@ import constant from '../../../utils/constant.js'
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'phone', res.data.phonenumber)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'phone', res.data.phonenumber)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'idType', res.data.idType)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'idType', res.data.idType)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'nationality', res.data.nationality)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'nationality', res.data.nationality)
|
|
|
|
|
|
|
|
if(res.data.nationality == 0){
|
|
|
|
|
|
|
|
this.testVerify = true
|
|
|
|
|
|
|
|
this.rulesRespondentPhone[0].required = true;
|
|
|
|
|
|
|
|
}else if(res.data.nationality == 1){
|
|
|
|
|
|
|
|
this.testVerify = false
|
|
|
|
|
|
|
|
this.rulesRespondentPhone[0].required = false;
|
|
|
|
|
|
|
|
}
|
|
|
|
} else if (this.formData.organizeFlag == 1) {
|
|
|
|
} else if (this.formData.organizeFlag == 1) {
|
|
|
|
console.log(this.formData.organizeFlag)
|
|
|
|
console.log(this.formData.organizeFlag)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicantAgent, 'name', res.data.nickName)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicantAgent, 'name', res.data.nickName)
|
|
|
@@ -426,32 +434,30 @@ import constant from '../../../utils/constant.js'
|
|
|
|
if (this.formZipData.affiliate) {
|
|
|
|
if (this.formZipData.affiliate) {
|
|
|
|
this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
|
|
|
|
this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
|
|
|
|
this.$set(this.formData, 'facts', this.formZipData.facts);
|
|
|
|
this.$set(this.formData, 'facts', this.formZipData.facts);
|
|
|
|
this.$set(this.formData.affiliate, 'applicantHome', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'home', this.formZipData.affiliate[0]
|
|
|
|
.applicantHome);
|
|
|
|
.applicant.home);
|
|
|
|
this.$set(this.formData.affiliate, 'applicantAddress', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'address', this.formZipData.affiliate[0]
|
|
|
|
.applicantAddress);
|
|
|
|
.applicant.address);
|
|
|
|
this.$set(this.formData.affiliate, 'contactTelphoneAgent', this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].applicantAgent, 'phone', this.formZipData
|
|
|
|
.affiliate.contactTelphoneAgent);
|
|
|
|
.affiliate[0].applicantAgent.phone);
|
|
|
|
this.$set(this.formData.affiliate, 'nameAgent', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicantAgent, 'name', this.formZipData.affiliate[0]
|
|
|
|
.nameAgent);
|
|
|
|
.applicantAgent.name);
|
|
|
|
this.$set(this.formData.affiliate, 'agentEmail', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicantAgent, 'email', this.formZipData.affiliate[0]
|
|
|
|
.agentEmail);
|
|
|
|
.applicantAgent.email);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentName', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'name', this.formZipData.affiliate[0]
|
|
|
|
.respondentName);
|
|
|
|
.res.name);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentPhone', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'phone', this.formZipData.affiliate[0]
|
|
|
|
.respondentPhone);
|
|
|
|
.res.phone);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentIdentityNum', this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'idCard', this.formZipData
|
|
|
|
.affiliate.respondentIdentityNum);
|
|
|
|
.affiliate[0].res.idCard);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentSex', Number(this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'sex', Number(this.formZipData
|
|
|
|
.affiliate.respondentSex));
|
|
|
|
.affiliate[0].res.sex));
|
|
|
|
this.$set(this.formData.affiliate, 'respondentBirth', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'birth', this.formZipData.affiliate[0]
|
|
|
|
.respondentBirth);
|
|
|
|
.res.birth);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentHome', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'home', this.formZipData.affiliate[0]
|
|
|
|
.respondentHome);
|
|
|
|
.res.home);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentEmail', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'email', this.formZipData.affiliate[0]
|
|
|
|
.respondentEmail);
|
|
|
|
.res.email);
|
|
|
|
this.$set(this.formData.affiliate, 'compLegalPerson', this.formZipData.affiliate
|
|
|
|
|
|
|
|
.compLegalPerson);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicantAgent, 'name', null)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicantAgent, 'name', null)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicantAgent, 'email', null)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicantAgent, 'email', null)
|
|
|
@@ -466,33 +472,33 @@ import constant from '../../../utils/constant.js'
|
|
|
|
if (this.formZipData.affiliate) {
|
|
|
|
if (this.formZipData.affiliate) {
|
|
|
|
this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
|
|
|
|
this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
|
|
|
|
this.$set(this.formData, 'facts', this.formZipData.facts);
|
|
|
|
this.$set(this.formData, 'facts', this.formZipData.facts);
|
|
|
|
this.$set(this.formData.affiliate, 'applicationName', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'name', this.formZipData.affiliate[0]
|
|
|
|
.applicationName);
|
|
|
|
.applicant.name);
|
|
|
|
this.$set(this.formData.affiliate, 'code', this.formZipData.affiliate.code);
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'code', this.formZipData.affiliate[0].applicant.code);
|
|
|
|
this.$set(this.formData.affiliate, 'applicantHome', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'home', this.formZipData.affiliate[0]
|
|
|
|
.applicantHome);
|
|
|
|
.applicant.home);
|
|
|
|
this.$set(this.formData.affiliate, 'applicantAddress', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'address', this.formZipData.affiliate[0]
|
|
|
|
.applicantAddress);
|
|
|
|
.applicant.address);
|
|
|
|
this.$set(this.formData.affiliate, 'compLegalPerson', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'compLegalPerson', this.formZipData.affiliate[0]
|
|
|
|
.compLegalPerson);
|
|
|
|
.applicant.compLegalPerson);
|
|
|
|
this.$set(this.formData.affiliate, 'applicationEmail', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'email', this.formZipData.affiliate[0]
|
|
|
|
.applicationEmail);
|
|
|
|
.applicant.email);
|
|
|
|
this.$set(this.formData.affiliate, 'applicationPhone', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'phone', this.formZipData.affiliate[0]
|
|
|
|
.applicationPhone);
|
|
|
|
.applicant.phone);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentName', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'name', this.formZipData.affiliate[0]
|
|
|
|
.respondentName);
|
|
|
|
.res.name);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentPhone', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'phone', this.formZipData.affiliate[0]
|
|
|
|
.respondentPhone);
|
|
|
|
.res.phone);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentIdentityNum', this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'idCard', this.formZipData
|
|
|
|
.affiliate.respondentIdentityNum);
|
|
|
|
.affiliate[0].res.idCard);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentSex', Number(this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'sex', Number(this.formZipData
|
|
|
|
.affiliate.respondentSex));
|
|
|
|
.affiliate[0].res.sex));
|
|
|
|
this.$set(this.formData.affiliate, 'respondentBirth', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'birth', this.formZipData.affiliate[0]
|
|
|
|
.respondentBirth);
|
|
|
|
.res.birth);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentHome', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'home', this.formZipData.affiliate[0]
|
|
|
|
.respondentHome);
|
|
|
|
.res.home);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentEmail', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'email', this.formZipData.affiliate[0]
|
|
|
|
.respondentEmail);
|
|
|
|
.res.email);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'name', null)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'name', null)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'idCard', null)
|
|
|
|
this.$set(this.formData.affiliate[indexs].applicant, 'idCard', null)
|
|
|
@@ -521,8 +527,25 @@ import constant from '../../../utils/constant.js'
|
|
|
|
/** 根据案件id获取对应信息 */
|
|
|
|
/** 根据案件id获取对应信息 */
|
|
|
|
caseApplicationSelectByIdFn(data) {
|
|
|
|
caseApplicationSelectByIdFn(data) {
|
|
|
|
caseApplicationSelectById(data).then(res => {
|
|
|
|
caseApplicationSelectById(data).then(res => {
|
|
|
|
res.data.affiliate.respondentSex = Number(res.data.affiliate.respondentSex)
|
|
|
|
let data = res.data
|
|
|
|
this.formData = res.data
|
|
|
|
let indexs = ""
|
|
|
|
|
|
|
|
data.affiliate.forEach((item,index) =>{
|
|
|
|
|
|
|
|
indexs = index
|
|
|
|
|
|
|
|
if(!item.applicant){
|
|
|
|
|
|
|
|
item.applicant = {}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if(!item.applicantAgent){
|
|
|
|
|
|
|
|
item.applicantAgent = {}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if(!item.res){
|
|
|
|
|
|
|
|
item.res = {}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if(!item.resAgent){
|
|
|
|
|
|
|
|
item.resAgent = {}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
data.affiliate[indexs].res.sex = Number(data.affiliate[indexs].res.sex)
|
|
|
|
|
|
|
|
this.formData = data
|
|
|
|
console.log(this.formData)
|
|
|
|
console.log(this.formData)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
@@ -595,65 +618,74 @@ import constant from '../../../utils/constant.js'
|
|
|
|
duration: 1000
|
|
|
|
duration: 1000
|
|
|
|
})
|
|
|
|
})
|
|
|
|
this.formZipData = result.data;
|
|
|
|
this.formZipData = result.data;
|
|
|
|
|
|
|
|
let idnexVal = ""
|
|
|
|
|
|
|
|
this.formData.affiliate.forEach((item,index)=>{
|
|
|
|
|
|
|
|
idnexVal = index
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
console.log(this.formZipData)
|
|
|
|
if (this.formData.organizeFlag == 0) {
|
|
|
|
if (this.formData.organizeFlag == 0) {
|
|
|
|
this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
|
|
|
|
this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
|
|
|
|
this.$set(this.formData, 'facts', this.formZipData.facts);
|
|
|
|
this.$set(this.formData, 'facts', this.formZipData.facts);
|
|
|
|
this.$set(this.formData.affiliate, 'applicantHome', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'home', this.formZipData.affiliate[0]
|
|
|
|
.applicantHome);
|
|
|
|
.applicant.home);
|
|
|
|
this.$set(this.formData.affiliate, 'applicantAddress', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'address', this.formZipData.affiliate[0]
|
|
|
|
.applicantAddress);
|
|
|
|
.applicant.address);
|
|
|
|
this.$set(this.formData.affiliate, 'contactTelphoneAgent', this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].applicantAgent, 'phone', this.formZipData
|
|
|
|
.affiliate.contactTelphoneAgent);
|
|
|
|
.affiliate[0].applicantAgent.phone);
|
|
|
|
this.$set(this.formData.affiliate, 'nameAgent', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicantAgent, 'name', this.formZipData.affiliate[0]
|
|
|
|
.nameAgent);
|
|
|
|
.applicantAgent.name);
|
|
|
|
this.$set(this.formData.affiliate, 'agentEmail', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicantAgent, 'email', this.formZipData.affiliate[0]
|
|
|
|
.agentEmail);
|
|
|
|
.applicantAgent.email);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentName', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'name', this.formZipData.affiliate[0]
|
|
|
|
.respondentName);
|
|
|
|
.res.name);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentPhone', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'phone', this.formZipData.affiliate[0]
|
|
|
|
.respondentPhone);
|
|
|
|
.res.phone);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentIdentityNum', this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'idCard', this.formZipData
|
|
|
|
.affiliate.respondentIdentityNum);
|
|
|
|
.affiliate[0].res.idCard);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentSex', Number(this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'sex', Number(this.formZipData
|
|
|
|
.affiliate.respondentSex));
|
|
|
|
.affiliate[0].res.sex));
|
|
|
|
this.$set(this.formData.affiliate, 'respondentBirth', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'birth', this.formZipData.affiliate[0]
|
|
|
|
.respondentBirth);
|
|
|
|
.res.birth);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentHome', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'home', this.formZipData.affiliate[0]
|
|
|
|
.respondentHome);
|
|
|
|
.res.home);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentEmail', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'email', this.formZipData.affiliate[0]
|
|
|
|
.respondentEmail);
|
|
|
|
.res.email);
|
|
|
|
this.$set(this.formData.affiliate, 'compLegalPerson', this.formZipData.affiliate
|
|
|
|
// this.$set(this.formData.affiliate[0].resAgent, 'phone', this.formZipData
|
|
|
|
.compLegalPerson);
|
|
|
|
// .affiliate[0].resAgent.phone);
|
|
|
|
|
|
|
|
// this.$set(this.formData.affiliate[0].resAgent, 'name', this.formZipData.affiliate[0]
|
|
|
|
|
|
|
|
// .resAgent.name);
|
|
|
|
|
|
|
|
// this.$set(this.formData.affiliate[0].resAgent, 'email', this.formZipData.affiliate[0]
|
|
|
|
|
|
|
|
// .resAgent.email);
|
|
|
|
} else if (this.formData.organizeFlag == 1) {
|
|
|
|
} else if (this.formData.organizeFlag == 1) {
|
|
|
|
this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
|
|
|
|
this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
|
|
|
|
this.$set(this.formData, 'facts', this.formZipData.facts);
|
|
|
|
this.$set(this.formData, 'facts', this.formZipData.facts);
|
|
|
|
this.$set(this.formData.affiliate, 'applicationName', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'name', this.formZipData.affiliate[0]
|
|
|
|
.applicationName);
|
|
|
|
.applicant.name);
|
|
|
|
this.$set(this.formData.affiliate, 'code', this.formZipData.affiliate.code);
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'code', this.formZipData.affiliate[0].applicant.code);
|
|
|
|
this.$set(this.formData.affiliate, 'applicantHome', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'home', this.formZipData.affiliate[0]
|
|
|
|
.applicantHome);
|
|
|
|
.applicant.home);
|
|
|
|
this.$set(this.formData.affiliate, 'applicantAddress', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'address', this.formZipData.affiliate[0]
|
|
|
|
.applicantAddress);
|
|
|
|
.applicant.address);
|
|
|
|
this.$set(this.formData.affiliate, 'compLegalPerson', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'compLegalPerson', this.formZipData.affiliate[0]
|
|
|
|
.compLegalPerson);
|
|
|
|
.applicant.compLegalPerson);
|
|
|
|
this.$set(this.formData.affiliate, 'applicationEmail', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'email', this.formZipData.affiliate[0]
|
|
|
|
.applicationEmail);
|
|
|
|
.applicant.email);
|
|
|
|
this.$set(this.formData.affiliate, 'applicationPhone', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].applicant, 'phone', this.formZipData.affiliate[0]
|
|
|
|
.applicationPhone);
|
|
|
|
.applicant.phone);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentName', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'name', this.formZipData.affiliate[0]
|
|
|
|
.respondentName);
|
|
|
|
.res.name);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentPhone', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'phone', this.formZipData.affiliate[0]
|
|
|
|
.respondentPhone);
|
|
|
|
.res.phone);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentIdentityNum', this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'idCard', this.formZipData
|
|
|
|
.affiliate.respondentIdentityNum);
|
|
|
|
.affiliate[0].res.idCard);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentSex', Number(this.formZipData
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'sex', Number(this.formZipData
|
|
|
|
.affiliate.respondentSex));
|
|
|
|
.affiliate[0].res.sex));
|
|
|
|
this.$set(this.formData.affiliate, 'respondentBirth', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'birth', this.formZipData.affiliate[0]
|
|
|
|
.respondentBirth);
|
|
|
|
.res.birth);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentHome', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'home', this.formZipData.affiliate[0]
|
|
|
|
.respondentHome);
|
|
|
|
.res.home);
|
|
|
|
this.$set(this.formData.affiliate, 'respondentEmail', this.formZipData.affiliate
|
|
|
|
this.$set(this.formData.affiliate[0].res, 'email', this.formZipData.affiliate[0]
|
|
|
|
.respondentEmail);
|
|
|
|
.res.email);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
uni.hideLoading();
|
|
|
|
uni.hideLoading();
|
|
|
|
},
|
|
|
|
},
|
|
|
@@ -752,7 +784,7 @@ import constant from '../../../utils/constant.js'
|
|
|
|
home: "",
|
|
|
|
home: "",
|
|
|
|
address: "",
|
|
|
|
address: "",
|
|
|
|
idType: 0,
|
|
|
|
idType: 0,
|
|
|
|
nationality: 1,
|
|
|
|
nationality: 0,
|
|
|
|
birth: "",
|
|
|
|
birth: "",
|
|
|
|
sex: "",
|
|
|
|
sex: "",
|
|
|
|
group_order: 1,
|
|
|
|
group_order: 1,
|
|
|
|