소스 검색

update

dev
zhengzhou 4 년 전
부모
커밋
17a0f25370
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/main_web/workspace/components/version-item.vue

+ 1
- 1
src/views/main_web/workspace/components/version-item.vue 파일 보기

@@ -220,7 +220,7 @@ export default {
this.$emit('openFile'); this.$emit('openFile');
}, },
async setShare() { async setShare() {
const res = await setShareFile (this.fileId,this.commitInfo.currentHash,sessionStorage.userId);
const res = await setShareFile(this.fileId,this.commitInfo.currentHash,sessionStorage.userId, this.commitInfo.version);
if(res.Code == 0) { if(res.Code == 0) {
this.$notify({ this.$notify({
type:'success', type:'success',


불러오는 중...
취소
저장