相关方培训新增需求

cmt1.0
liujun 2023-12-06 15:02:41 +08:00
parent 5f85dabbb7
commit 0422c83c25
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,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(',') : ''
}
this.form.SELECT_FORM = this.form.SELECT_FORMS.join(',')