From 5fecc9e46d448df3de987504440c4fdd582f858e Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 31 Oct 2023 10:35:40 +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