From 050d495d47ff6af9ba820d8ea805820234edb76e Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 20 Mar 2024 16:08:58 +0800 Subject: [PATCH] =?UTF-8?q?bug=EF=BC=9A=E5=9B=A0=E4=B8=BB=E7=AE=A1?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=8F=98=E5=A4=9A=E4=B8=AA=EF=BC=8C=E9=80=A0?= =?UTF-8?q?=E6=88=90=E4=BA=BA=E5=91=98=E6=8E=A8=E9=80=81=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/corpinfo/edit/components/corpInfoEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/corpinfo/edit/components/corpInfoEdit.vue b/src/views/corpinfo/edit/components/corpInfoEdit.vue index 1127d84..025d4c1 100644 --- a/src/views/corpinfo/edit/components/corpInfoEdit.vue +++ b/src/views/corpinfo/edit/components/corpInfoEdit.vue @@ -1020,6 +1020,7 @@ export default { this.dataForm.SELECT_FORM = this.dataForm.SELECT_FORMS.join(',') this.dataForm.LICENSE_START = this.dataForm.businessLicenseDate[0] this.dataForm.LICENSE_END = this.dataForm.businessLicenseDate[1] + this.dataForm.MAIN_DEPARTMENT = JSON.stringify(this.dataForm.MAIN_DEPARTMENT) // 存入对象结束 const formData = new FormData() Object.keys(this.dataForm).map(key => {