scorpio 2 年之前
父節點
當前提交
328efe77fb
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/components/upload-file/index.vue

+ 2 - 1
src/components/upload-file/index.vue

@@ -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 => {