|
@@ -199,12 +199,12 @@ export default {
|
|
|
this.formData.reviewRemark = flow.data.actionRemark
|
|
|
this.formData.attachList = flow.data.attachList
|
|
|
|
|
|
- this.formData.reviewAccountId = flow.user.accountIdTo
|
|
|
- this.formData.reviewAccountName = flow.user.accountNameTo
|
|
|
- this.formData.reviewGroupId = flow.user.groupIdTo
|
|
|
- this.formData.reviewGroupName = flow.user.groupNameTo
|
|
|
- this.formData.reviewPositionId = flow.user.positionIdTo
|
|
|
- this.formData.reviewPositionName = flow.user.positionNameTo
|
|
|
+ this.formData.rectifyAccountId = flow.user.accountIdTo
|
|
|
+ this.formData.rectifyAccountName = flow.user.accountNameTo
|
|
|
+ this.formData.rectifyGroupId = flow.user.groupIdTo
|
|
|
+ this.formData.rectifyGroupName = flow.user.groupNameTo
|
|
|
+ this.formData.rectifyPositionId = flow.user.positionIdTo
|
|
|
+ this.formData.rectifyPositionName = flow.user.positionNameTo
|
|
|
|
|
|
updateDanger(this.formData).then((resp) => {
|
|
|
const { code, msg } = resp
|