Browse Source

fix:[试验管理][填报表单]落笔留痕

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

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

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

Loading…
Cancel
Save