From 1e61215b48e59e94c1ed98e4ef956227d689d6bc Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 06 Nov 2023 08:48:39 +0800 Subject: [PATCH] fix:小程序订阅消息 --- pages/actionChange/newPage/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/actionChange/newPage/index.vue b/pages/actionChange/newPage/index.vue index e84ee88..894ac12 100644 --- a/pages/actionChange/newPage/index.vue +++ b/pages/actionChange/newPage/index.vue @@ -265,8 +265,8 @@ this.form.escalationUnitId = data this.sumbitForm.escalationUnitId = userInfor.unitId } - this.form.escalationName = userInfor.name || '' - this.sumbitForm.escalationName = userInfor.name || '' + this.form.escalationName = userInfor.userName || '' + this.sumbitForm.escalationName = userInfor.userName || '' this.form.investigationType = 1 this.sumbitForm.investigationType = 1 console.log('this.sumbitForm', this.sumbitForm) -- Gitblit v1.8.0