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{