14382 集团单位 编辑不好使

pet_li_6.6
liujun 2024-03-01 17:01:46 +08:00
parent 443dc6e05d
commit bb8923778f
1 changed files with 1 additions and 3 deletions

View File

@ -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'