diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index 42291c5..dfe89c6 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -306,8 +306,8 @@ export default { { id: this.form.id, 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 => { })