|
@@ -427,7 +427,8 @@ export default {
|
|
} else if (temp[i].status === -2) {
|
|
} else if (temp[i].status === -2) {
|
|
temp[i].statusBoo = false
|
|
temp[i].statusBoo = false
|
|
} else {
|
|
} else {
|
|
- temp[i].statusBoo = ''
|
|
|
|
|
|
+ // temp[i].statusBoo = ''
|
|
|
|
+ temp[i].statusBoo = false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
this.scenes = temp
|
|
this.scenes = temp
|