From 1f8829c06aaa5e3ae608f7507873147873805858 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Thu, 26 Aug 2021 14:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=84=E4=BC=B0=E6=B5=81?= =?UTF-8?q?=E7=A8=8B2=20=E6=89=B9=E9=87=8F=E5=88=86=E5=8F=91=E8=B4=A3?= =?UTF-8?q?=E4=BB=BB=E4=BA=BAstep5=20uname=3D>userName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue | 2 +- src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue index 690d3e50f..a4b8cd042 100644 --- a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue @@ -569,7 +569,7 @@ export default { this.listForm.commentText = this.commentText; var json = Object.assign(this.listForm, this.roleForm); json.prcCreateUser = this.$store.getters.userInfo.userId; - json.prcCreateUserName = this.$store.getters.userInfo.uName; + json.prcCreateUserName = this.$store.getters.userInfo.userName; json.standId = this.listForm.standId; this.$refs["listForm"].validate((valid) => { if (valid) { diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue index 65545af80..7ad7547ab 100644 --- a/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue @@ -570,7 +570,7 @@ export default { this.listForm.commentText = this.commentText; var json = Object.assign(this.listForm, this.roleForm); json.prcCreateUser = this.$store.getters.userInfo.userId; - json.prcCreateUserName = this.$store.getters.userInfo.uName; + json.prcCreateUserName = this.$store.getters.userInfo.userName; json.standId = this.listForm.standId; this.$refs["listForm"].validate((valid) => { if (valid) {