From e75dfe67be3cc42d417a4fba08485649c31726b8 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 6 Jan 2025 14:58:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=A4=E6=8E=A5=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=97=B6=E6=80=BB=E8=AE=A1=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=BA=A0=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index a2cb92c3..2a383176 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -551,8 +551,8 @@ export default { }, //表单注入数据 setData(data) { + this.totalCount = data.count; Object.assign(this.form, data); - console.log('this.form',this.form); if(data.type==30){ this.getUserList3(); }else{