14380 多选集团单位之后 没有回显数据
parent
71273151f5
commit
7aac9a856d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue