FormData如何添加数组
百度了一下 上面的方法都不可行this.fd.append('deptIds', JSON.stringify(this.commitForm.deptIds))
this.fd.append('deptIds[]',this.commitForm.deptIds )