From 69c36eb9a98016441b92715d4ca20906caf3a688 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 14 Jan 2026 21:47:11 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86][=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95]=E8=90=BD?= =?UTF-8?q?=E7=AC=94=E7=95=99=E7=97=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/tbbd/Bj.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 => { })