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