上线里站搜索,修复提交任务后看不到downloader的bug,修复提交任务后再次查询可以直接操作的bug(同步更新),修复部分对话框不能铺满的bug,优化授权码输入的布局

This commit is contained in:
chuzhongzai
2023-03-18 12:59:31 +08:00
parent d60f230a56
commit bb9b247aba
3 changed files with 82 additions and 13 deletions
+2
View File
@@ -417,6 +417,8 @@ const mutations = {
state.chosenGallery.fileSize = "等待下载完成后再查看"
state.chosenGallery.createTimeDisplay = "等待下载完成后再查看"
state.chosenGallery.progress = "已提交"
state.chosenGallery.tag = ""
state.chosenGallery.downloader = state.userId
state.totalGalleryTask.push(state.chosenGallery)
state.downloadGallery.push(state.chosenGallery)
}