From c8242876c3295eed2042dd083f30ed67a348fff7 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 15 Jan 2026 22:01:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E8=AE=A1=E5=88=92=E8=A1=A8=E5=8D=95=E5=A4=8D?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/jhbd/Fh.vue | 2 +- src/views/business/study/comp/sqbd/Fh.vue | 2 +- src/views/business/study/comp/tbbd/Fh.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/business/study/comp/jhbd/Fh.vue b/src/views/business/study/comp/jhbd/Fh.vue index a749100..2b0d59a 100644 --- a/src/views/business/study/comp/jhbd/Fh.vue +++ b/src/views/business/study/comp/jhbd/Fh.vue @@ -168,7 +168,7 @@ export default { studyFormPlan_updateZdgxjl( { id: this.form.id, - zdxgjl: JSON.stringify(data.fieldCheckObj) + zdgxjl: JSON.stringify(data.fieldCheckObj) } ).then(response => { }) diff --git a/src/views/business/study/comp/sqbd/Fh.vue b/src/views/business/study/comp/sqbd/Fh.vue index c7b1ca1..982e4a0 100644 --- a/src/views/business/study/comp/sqbd/Fh.vue +++ b/src/views/business/study/comp/sqbd/Fh.vue @@ -168,7 +168,7 @@ export default { studyFormApply_updateZdgxjl( { id: this.form.id, - zdxgjl: JSON.stringify(data.fieldCheckObj) + zdgxjl: JSON.stringify(data.fieldCheckObj) } ).then(response => { }) diff --git a/src/views/business/study/comp/tbbd/Fh.vue b/src/views/business/study/comp/tbbd/Fh.vue index 321e60e..cba7e27 100644 --- a/src/views/business/study/comp/tbbd/Fh.vue +++ b/src/views/business/study/comp/tbbd/Fh.vue @@ -170,7 +170,7 @@ export default { studyFormFill_updateZdgxjl( { id: this.form.id, - zdxgjl: JSON.stringify(data.fieldCheckObj) + zdgxjl: JSON.stringify(data.fieldCheckObj) } ).then(response => { })