From 9f3953ed3f1c38c5b026e922e807be80bef57b62 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 21 Feb 2024 17:16:11 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=89=BF=E8=AF=BA=E4=B9=A6=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/train/synInfo/components/sendUtil.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/train/synInfo/components/sendUtil.vue b/src/views/train/synInfo/components/sendUtil.vue index d707173..444b5e2 100644 --- a/src/views/train/synInfo/components/sendUtil.vue +++ b/src/views/train/synInfo/components/sendUtil.vue @@ -193,6 +193,7 @@ export default { Object.keys(this.form).map(key => { formData.append(key, this.form[key]) }) + formData.append('chenNuoShu', this.form.APPOINT_ANNEX[0].raw) upload('/trainingbatch/sendMessage', formData ).then((data) => { if (data.code !== '0') {