14382 集团单位 编辑不好使

2024年3月12日AIBOX&ALARM
liujun 2024-03-01 17:01:45 +08:00
parent 11c158477b
commit da73fe4e7f
1 changed files with 1 additions and 9 deletions

View File

@ -542,8 +542,6 @@ export default {
this.form.CITY = this.form.POSSESSION[1] || ''
this.form.COUNTY = this.form.POSSESSION[2] || ''
this.form.VILLAGE = this.form.POSSESSION[3] || ''
// this.form.STREET = this.form.POSSESSION[4] || ''
// this.form.COMPANY_AREA = this.$refs.POSSESSION.getCheckedNodes()[0].pathLabels ? this.$refs.POSSESSION.getCheckedNodes()[0].pathLabels.join(',') : ''
}
// 2023-08-31
this.form.SELECT_FORM = this.form.SELECT_FORMS.join(',')
@ -553,13 +551,7 @@ export default {
if (this.form.MANAGER_DEPARTMENT_ID) {
this.form.MANAGER_DEPARTMENT_ID = this.form.MANAGER_DEPARTMENT_ID.join(',')
}
/* if (this.form.INDUSTRYALL && this.form.INDUSTRYALL.length > 0) {
this.form.CORP_TYPE = this.form.INDUSTRYALL[0] || ''
this.form.CORP_TYPE2 = this.form.INDUSTRYALL[1] || ''
this.form.CORP_TYPE3 = this.form.INDUSTRYALL[2] || ''
this.form.CORP_TYPE4 = this.form.INDUSTRYALL[3] || ''
this.form.CORP_TYPE_NAME = this.$refs.industryCascader.getCheckedNodes()[0].pathLabels ? this.$refs.industryCascader.getCheckedNodes()[0].pathLabels.join('/') : ''
} */
this.form.CORP_TYPE = JSON.stringify(this.form.CORP_TYPE)
requestFN(
'/xgf/corp/editCorpInfo',
this.form