diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index 6b862b3..bbe2ea7 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -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 => { })