From 6d318b57b204beb9ebc82aff06940f50f40d9fae Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Thu, 21 Jul 2022 18:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E7=94=B3=E8=AF=B7=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/personalCenter/components/addApplication.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/views/personalCenter/components/addApplication.vue b/front/src/views/personalCenter/components/addApplication.vue index b334b1bd..d02d35fc 100644 --- a/front/src/views/personalCenter/components/addApplication.vue +++ b/front/src/views/personalCenter/components/addApplication.vue @@ -351,6 +351,10 @@ }) } else { formRef.value.validate().then(() => { + const detString = String(formName.detailsField) + formName.detailsField = detString + console.log(detString, formName.detailsField, 'detString') + debugger demandApply(formName).then((res) => { applySuccess.value = false message.success('操作成功!')