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');
},
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) {
this.$notify({
type:'success',


Loading…
Откажи
Сачувај