From 111c0fc49f71b40ef1e751264ceb31fea54071c9 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 3 Jul 2025 11:17:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=88=86=E6=89=B9=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=97=B6=E6=98=BE=E7=A4=BA=E5=8E=9F=E5=A7=8B=E7=89=A9?= =?UTF-8?q?=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 4 ++++ src/views/wpm_gx/handover_form.vue | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index fbfae39a..581cca1d 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -27,6 +27,9 @@ {{ totalCount }} + + {{ form.batch }} + @@ -696,6 +699,7 @@ export default { //表单注入数据 setData(data) { let that = this; + console.log('交接记录查看',data) this.totalCount = data.count?data.count:data.handoverb.count; Object.assign(this.form, data); this.$API.system.user.list.req({ depts: data.send_dept, page: 0 }).then((res) => { diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 55f471e2..188e20a1 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -31,6 +31,9 @@ {{ totalCount }} + + {{ form.batch }} + @@ -59,7 +62,7 @@ - + @@ -547,7 +550,7 @@ export default { }, //表单注入数据 setData(data) { - console.log(data) + console.log('交接记录查看',data) let that = this; Object.assign(this.form, data); that.totalCount = 0;