Browse Source

fix:[试验管理]计划表单复核

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

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

@ -168,7 +168,7 @@ export default {
studyFormPlan_updateZdgxjl( studyFormPlan_updateZdgxjl(
{ {
id: this.form.id, id: this.form.id,
zdxgjl: JSON.stringify(data.fieldCheckObj)
zdgxjl: JSON.stringify(data.fieldCheckObj)
} }
).then(response => { ).then(response => {
}) })

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

@ -168,7 +168,7 @@ export default {
studyFormApply_updateZdgxjl( studyFormApply_updateZdgxjl(
{ {
id: this.form.id, id: this.form.id,
zdxgjl: JSON.stringify(data.fieldCheckObj)
zdgxjl: JSON.stringify(data.fieldCheckObj)
} }
).then(response => { ).then(response => {
}) })

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

@ -170,7 +170,7 @@ export default {
studyFormFill_updateZdgxjl( studyFormFill_updateZdgxjl(
{ {
id: this.form.id, id: this.form.id,
zdxgjl: JSON.stringify(data.fieldCheckObj)
zdgxjl: JSON.stringify(data.fieldCheckObj)
} }
).then(response => { ).then(response => {
}) })

Loading…
Cancel
Save