Commit fceee30e authored by zhengke's avatar zhengke

修改

parent 9a77ee38
......@@ -1263,8 +1263,8 @@
this.$message.error(this.$t('tips.qxzgangwei'))
return
} else {
AuditList.RoleOrInitiator = this.showRole[0].PostId ? this.showRole[0].PostId : this.showRole[0].Id;
AuditList.Name = this.showRole[0].DepartmentName;
AuditList.RoleOrInitiator = this.showRole[0].Id;
AuditList.RoleOrInitiatorName = this.showRole[0].DepartmentName;
AuditList.AduitName = this.showRole[0].DepartmentName;
AuditList.AuditDescription = this.AuditDescription;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment