问题修复

This commit is contained in:
zhaominyong 2022-01-24 15:45:07 +08:00
parent 7f70722321
commit 1f43c12ca1
2 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,8 @@ bool SystemRestoreProxy::checkEnvEx()
return false;
}
m_curUuid = m_backupWrapper.m_uuid;
emit checkResult(int(BackupResult::CHECK_ENV_SUCCESS));
qDebug() << "SystemRestoreProxy::checkEnvEx invoke end";

View File

@ -63,6 +63,8 @@ bool UDiskSystemRestoreProxy::checkEnvEx()
return false;
}
m_curUuid = m_backupWrapper.m_uuid;
emit checkResult(int(BackupResult::CHECK_ENV_SUCCESS));
qDebug() << "UDiskSystemRestoreProxy::checkEnvEx invoke end";