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 => { })