Browse Source

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

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

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

@ -306,8 +306,8 @@ export default {
{ {
id: this.form.id, id: this.form.id,
bdnr: JSON.stringify(this.$refs.templateTable.getFilledFormData()), bdnr: JSON.stringify(this.$refs.templateTable.getFilledFormData()),
zdxgjl: JSON.stringify(data.resourceList),
filedValue: JSON.stringify(data.newRecord)
zdxgjl:data.resourceList? JSON.stringify(data.resourceList):'',
filedValue:data.newRecord? JSON.stringify(data.newRecord):''
} }
).then(response => { ).then(response => {
}) })

Loading…
Cancel
Save