From 0795c788962b34c313b3005cb05d69328c40f818 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 02 Nov 2023 13:58:01 +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