Списки отображаются в виде дерева

This commit is contained in:
2025-11-17 16:10:31 +03:00
parent d280472e1f
commit bd0f52c613
5 changed files with 113 additions and 8 deletions

View File

@@ -530,9 +530,6 @@ void ProcessingSystem::processingClientQueryListSubProc(ClientHandler *client, Q
QByteArray arrayAnswer = dataParser->getDocsAnswerParser()->listSubProc(list, dmCode);
//client->sendXmlAnswer(arrayAnswer, PacketType::TYPE_XMLANSWER_QUERY_LIST_SUB_PROC_AMM);
client->sendFileBlockByteArray(arrayAnswer, PacketType::TYPE_XMLANSWER_QUERY_LIST_SUB_PROC_AMM);
int i = 0;
i++;
}
void ProcessingSystem::processingSendMessage(ClientMessage clientMessage)