From 90f15fd65ef6e08923331fded17813bbea23deed Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 19 Jan 2026 16:26:15 +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]=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95=E5=8B=BE?= =?UTF-8?q?=E9=80=89bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/tbbd/Fh.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/business/study/comp/tbbd/Fh.vue b/src/views/business/study/comp/tbbd/Fh.vue index a2ea62e..8d08243 100644 --- a/src/views/business/study/comp/tbbd/Fh.vue +++ b/src/views/business/study/comp/tbbd/Fh.vue @@ -167,11 +167,10 @@ export default { console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData())) if (data.type == 'checkbox') { // {"type":"checkbox","fieldCheckObj":"{\"_methodCode\":{\"checked\":false}}"} - debugger studyFormFill_updateZdgxjl( { id: this.form.id, - zdgxjl: JSON.stringify(data.fieldCheckObj) + zdgxjl: data.fieldCheckObj } ).then(response => { })