bug:因主管部门变多个,造成人员推送失败
parent
9c48acee51
commit
050d495d47
|
@ -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 => {
|
||||||
|
|
Loading…
Reference in New Issue