14380 多选集团单位之后 没有回显数据

pet_li_6.6
liujun 2024-03-01 16:44:16 +08:00
parent 71273151f5
commit 7aac9a856d
1 changed files with 1 additions and 33 deletions

View File

@ -890,41 +890,17 @@ export default {
this.businessLicenseImgs = data.licenseImgs
}
this.dataForm.EMPLOYMENT_FORM = this.dataForm.EMPLOYMENT_FORM || null
this.dateForm.corpTypeName
//
this.dataForm.POSSESSION = []
if (data.pd.PROVINCE != '') this.dataForm.POSSESSION.push(data.pd.PROVINCE)
if (data.pd.CITY != '') this.dataForm.POSSESSION.push(data.pd.CITY)
if (data.pd.COUNTY != '') this.dataForm.POSSESSION.push(data.pd.COUNTY)
if (data.pd.VILLAGE != '') this.dataForm.POSSESSION.push(data.pd.VILLAGE)
// console.info(this.dataForm.POSSESSION)
// this.areaList = data.areaList
this.AUDIT_STATE = this.dataForm.STATE
console.log('this.employmentTypeList')
console.log(this.employmentTypeList)
/* const node = {}
node.id = this.form.EMPLOYMENT_FORM
this.$refs.deptTree_Select.clearHandle()
this.$nextTick(() => { // 使
this.$refs.deptTree_Select.handleNodeClick(node)
} )*/
this.$forceUpdate()
// if (data.pd.STREET != '') this.dataForm.POSSESSION.push(data.pd.STREET)
/* this.OLDFOURTYPE = data.pd.FOURTYPE
this.form = Object.assign(this.form, data.pd)
//
if (data.pd.industryOption && data.pd.industryOption.length > 0) {
this.hylxList = data.pd.industryOption
} else {
this.getDictByDicId('f2598ba72e864eadabf0ca4b664d26b9').then(data => {
this.hylxList = data
})
}
//
if (data.dep) {
this.mainDepartment = data.dep.MAIN_REGULATORY_DEPARTMENT_NAME
this.regulatoryDepartment = data.dep.REGULATORY_DEPARTMENT_NAME
}
console.log('this.form', this.form) */
resolve()
}).catch((e) => {
this.$message({
@ -937,9 +913,6 @@ export default {
})
},
getNextTickData() {
// this.$nextTick(() => {
// this.$refs.ecoCascader.presentText = this.censusRegisterPlaceName
// })
if (this.form.CORP_OF_TYPE2 && this.form.CORP_OF_TYPE2 != '') {
const node = {}
node.id = this.form.CORP_OF_TYPE2
@ -953,11 +926,6 @@ export default {
this.$refs.corpOfTypeRef.handleNodeClick(node)
})
}
// const nodea = {}
// nodea.id = this.form.TRAINTYPE
// this.$nextTick(() => { // 使
// this.$refs.keyHyRef.handleNodeClick(nodea)
// })
this.$forceUpdate()
},
/** 上级企业选择 Begin */