联调中心,根据类型,上传logo调取不同接口,优化了其他代码

This commit is contained in:
fengerli
2025-10-07 10:57:49 +08:00
parent 462656880c
commit 4a4902ab72
10 changed files with 88 additions and 49 deletions

View File

@ -455,7 +455,7 @@ const forceAlarm = async () => {
const typeName = firstDevice.typeName; // 取第一个设备的typeName为空时给默认值
let data = {
deviceIds: deviceIds,
typeName: typeName,
typeName: typeName,
batchId: batchId,
deviceImeiList: deviceImeiList,
instructValue: '1' //强制报警1解除报警0
@ -563,7 +563,7 @@ const forceAlarm = async () => {
}
.Maplist {
height: 680px;
height: calc(100vh - 24vh);
overflow: auto;
}
</style>