@@ -160,7 +160,8 @@ export default {
fileId: e.id,
parentId: this.parentId,
projectId: this.projectId,
- stageId: this.stageId
+ stageId: this.stageId,
+ md5: e.md5
}
})
this.$api.resource.fileSave(this.params).then(res => {