Browse Source

fix:[试验管理]填报表单勾选bug

lkf
15881625488@163.com 3 months ago
parent
commit
90f15fd65e
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/views/business/study/comp/tbbd/Fh.vue

+ 1
- 2
src/views/business/study/comp/tbbd/Fh.vue View File

@ -167,11 +167,10 @@ export default {
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData())) console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData()))
if (data.type == 'checkbox') { if (data.type == 'checkbox') {
// {"type":"checkbox","fieldCheckObj":"{\"_methodCode\":{\"checked\":false}}"} // {"type":"checkbox","fieldCheckObj":"{\"_methodCode\":{\"checked\":false}}"}
debugger
studyFormFill_updateZdgxjl( studyFormFill_updateZdgxjl(
{ {
id: this.form.id, id: this.form.id,
zdgxjl: JSON.stringify(data.fieldCheckObj)
zdgxjl: data.fieldCheckObj
} }
).then(response => { ).then(response => {
}) })

Loading…
Cancel
Save