From 6ae0c86acd7365a738a85f2d6fc632f70bda6ba9 Mon Sep 17 00:00:00 2001 From: yxq Date: Mon, 9 Dec 2024 16:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E7=94=9F=E6=88=90?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/customapp/single.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/single.vue index ad0acb892..43d7a6c54 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/single.vue @@ -111,7 +111,7 @@ export default { this.LOADING('正在提交…') const formValue = this.$refs.form.getFormValue() const postData = await this.getPostData(formValue, this.scheme) - + postData[0].schemeInfoId = this.schemeId this.HTTP_POST('learun/adms/form/save', postData, '表单提交保存失败').then(success => { this.HIDE_LOADING() if (!success) {