|
@@ -448,7 +448,8 @@ const statusFormatter = (row) => {
|
|
}
|
|
}
|
|
|
|
|
|
const sceneFormatter = (row) => {
|
|
const sceneFormatter = (row) => {
|
|
- if (row.sceneId) {
|
|
|
|
|
|
+ let e = audioClassData.options.find(i => i.id === row.sceneId)
|
|
|
|
+ if (row.sceneId && e) {
|
|
return audioClassData.options.find(i => i.id === row.sceneId).name
|
|
return audioClassData.options.find(i => i.id === row.sceneId).name
|
|
}
|
|
}
|
|
}
|
|
}
|