fix(UI模块): 更新PC与PC搜索文件数据

This commit is contained in:
liujialin@kylinos.cn 2022-10-19 19:21:34 +08:00
parent 392acd2775
commit 4885536902
1 changed files with 2 additions and 0 deletions

View File

@ -927,6 +927,8 @@ void MainWindow::slotDownTempFileFinish(QString filePath)
stopLoadUI();
if (m_isPcSearchInfo) {
m_isPcSearchInfo = false;
m_isUpdated = true;
m_searchInfoPath = filePath;
} else if (!filePath.isEmpty()) {
FileInfo::fileOpen(filePath);
} else {