14382 集团单位 编辑不好使
parent
443dc6e05d
commit
bb8923778f
|
@ -890,7 +890,6 @@ export default {
|
||||||
this.businessLicenseImgs = data.licenseImgs
|
this.businessLicenseImgs = data.licenseImgs
|
||||||
}
|
}
|
||||||
this.dataForm.EMPLOYMENT_FORM = this.dataForm.EMPLOYMENT_FORM || null
|
this.dataForm.EMPLOYMENT_FORM = this.dataForm.EMPLOYMENT_FORM || null
|
||||||
this.dateForm.corpTypeName
|
|
||||||
// 转换结束
|
// 转换结束
|
||||||
this.dataForm.POSSESSION = []
|
this.dataForm.POSSESSION = []
|
||||||
if (data.pd.PROVINCE != '') this.dataForm.POSSESSION.push(data.pd.PROVINCE)
|
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.COUNTY != '') this.dataForm.POSSESSION.push(data.pd.COUNTY)
|
||||||
if (data.pd.VILLAGE != '') this.dataForm.POSSESSION.push(data.pd.VILLAGE)
|
if (data.pd.VILLAGE != '') this.dataForm.POSSESSION.push(data.pd.VILLAGE)
|
||||||
this.AUDIT_STATE = this.dataForm.STATE
|
this.AUDIT_STATE = this.dataForm.STATE
|
||||||
console.log('this.employmentTypeList')
|
|
||||||
console.log(this.employmentTypeList)
|
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
resolve()
|
resolve()
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
|
console.log(e)
|
||||||
this.$message({
|
this.$message({
|
||||||
message: '操作失败',
|
message: '操作失败',
|
||||||
type: 'error'
|
type: 'error'
|
||||||
|
|
Loading…
Reference in New Issue