Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-client
This commit is contained in:
commit
1d608c5177
@ -139,7 +139,7 @@ const columnDefs: QTableColumn[] = [
|
||||
name: 'mapIds',
|
||||
label: '发布图',
|
||||
field: (row) => {
|
||||
return getMapNames(row.mapIds);
|
||||
return getMapNames(row.mapIds || [row.mapId]);
|
||||
},
|
||||
required: true,
|
||||
align: 'center',
|
||||
|
Loading…
Reference in New Issue
Block a user