相关方培训新增需求
parent
5f85dabbb7
commit
0422c83c25
|
@ -436,7 +436,6 @@ export default {
|
||||||
this.form.CITY = this.form.POSSESSION[1] || ''
|
this.form.CITY = this.form.POSSESSION[1] || ''
|
||||||
this.form.COUNTY = this.form.POSSESSION[2] || ''
|
this.form.COUNTY = this.form.POSSESSION[2] || ''
|
||||||
this.form.VILLAGE = this.form.POSSESSION[3] || ''
|
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(',') : ''
|
this.form.COMPANY_AREA = this.$refs.POSSESSION.getCheckedNodes()[0].pathLabels ? this.$refs.POSSESSION.getCheckedNodes()[0].pathLabels.join(',') : ''
|
||||||
}
|
}
|
||||||
this.form.SELECT_FORM = this.form.SELECT_FORMS.join(',')
|
this.form.SELECT_FORM = this.form.SELECT_FORMS.join(',')
|
||||||
|
|
Loading…
Reference in New Issue