bug:因主管部门变多个,造成人员推送失败

pet_li_6.6
liujun 2024-03-20 16:08:58 +08:00
parent 9c48acee51
commit 050d495d47
1 changed files with 1 additions and 0 deletions

View File

@ -1020,6 +1020,7 @@ export default {
this.dataForm.SELECT_FORM = this.dataForm.SELECT_FORMS.join(',') this.dataForm.SELECT_FORM = this.dataForm.SELECT_FORMS.join(',')
this.dataForm.LICENSE_START = this.dataForm.businessLicenseDate[0] this.dataForm.LICENSE_START = this.dataForm.businessLicenseDate[0]
this.dataForm.LICENSE_END = this.dataForm.businessLicenseDate[1] this.dataForm.LICENSE_END = this.dataForm.businessLicenseDate[1]
this.dataForm.MAIN_DEPARTMENT = JSON.stringify(this.dataForm.MAIN_DEPARTMENT)
// //
const formData = new FormData() const formData = new FormData()
Object.keys(this.dataForm).map(key => { Object.keys(this.dataForm).map(key => {