mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-11 22:50:45 +08:00
🐛 修复切换分享链接时闪现的问题 #117
Some checks failed
Docker Publish / build-and-push (push) Has been cancelled
Some checks failed
Docker Publish / build-and-push (push) Has been cancelled
This commit is contained in:
parent
e67d95a82b
commit
0f6b6839c4
@ -1174,6 +1174,8 @@
|
||||
this.fileSelect.stoken = "";
|
||||
this.fileSelect.share = this.smart_param.taskSuggestions.data[nextIndex];
|
||||
this.fileSelect.shareurl = this.smart_param.taskSuggestions.data[nextIndex].shareurl;
|
||||
this.fileSelect.paths = [];
|
||||
this.fileSelect.fileList = [];
|
||||
this.getShareDetail();
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user