调整生产工具,配置文件设置了“设备型号”时才检查该项配置

This commit is contained in:
yangjiaxuan 2024-03-14 20:04:19 +08:00
parent f5f7f10027
commit 286309c62f
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ void Dialog_InputSerialNum::updateCurDeviceCfg()
QString content;
content.append(tr("Current Configration of device:") + "\n\n");
if (!devideModel.isEmpty())
if (!devideModel.isEmpty() && !jsonGlobal.device_model.isEmpty())
content.append(tr("Device model: %1").arg(devideModel) + "\n");
if (!fwVersion.isEmpty())