diff --git a/src/views/modules/changeManagement/changeRecord.vue b/src/views/modules/changeManagement/changeRecord.vue index 23f0b85..8b8bae1 100644 --- a/src/views/modules/changeManagement/changeRecord.vue +++ b/src/views/modules/changeManagement/changeRecord.vue @@ -280,8 +280,8 @@ 保存 关闭 - 同意 - 驳回 + 同意 + 驳回 @@ -379,8 +379,8 @@ 保存 关闭 - 同意 - 驳回 + 同意 + 驳回 @@ -529,8 +529,8 @@ 保存 关闭 - 同意 - 驳回 + 同意 + 驳回 @@ -583,8 +583,8 @@ 保存 关闭 - 同意 - 驳回 + 同意 + 驳回 @@ -1351,7 +1351,8 @@ userName: this.$store.state.user.name, rejectOpinion: '', nodeId: '', - buNo: '' + buNo: '', + createBy2: '' }, costImpactData: { site: this.$store.state.user.site, @@ -2657,6 +2658,7 @@ authFileRemove: false, authFilePreview: false, partModelFlag: false, + createBy2: this.$store.state.user.name, } }, @@ -3367,7 +3369,8 @@ menuId: this.$route.meta.menuId, userName: this.$store.state.user.name, nodeId: row.nodeId, - buNo: row.buNo + buNo: row.buNo, + createBy2: row.createBy2 } this.changeTitle = '变更申请-' + this.modalData.changeNo // 查选择的ECN种类