This commit is contained in:
joylink_zhaoerwei 2023-09-21 09:09:47 +08:00
commit 1d608c5177

View File

@ -139,7 +139,7 @@ const columnDefs: QTableColumn[] = [
name: 'mapIds', name: 'mapIds',
label: '发布图', label: '发布图',
field: (row) => { field: (row) => {
return getMapNames(row.mapIds); return getMapNames(row.mapIds || [row.mapId]);
}, },
required: true, required: true,
align: 'center', align: 'center',