14382 集团单位 编辑不好使
parent
443dc6e05d
commit
bb8923778f
|
@ -890,7 +890,6 @@ 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)
|
||||
|
@ -898,11 +897,10 @@ export default {
|
|||
if (data.pd.COUNTY != '') this.dataForm.POSSESSION.push(data.pd.COUNTY)
|
||||
if (data.pd.VILLAGE != '') this.dataForm.POSSESSION.push(data.pd.VILLAGE)
|
||||
this.AUDIT_STATE = this.dataForm.STATE
|
||||
console.log('this.employmentTypeList')
|
||||
console.log(this.employmentTypeList)
|
||||
this.$forceUpdate()
|
||||
resolve()
|
||||
}).catch((e) => {
|
||||
console.log(e)
|
||||
this.$message({
|
||||
message: '操作失败',
|
||||
type: 'error'
|
||||
|
|
Loading…
Reference in New Issue