@@ -130,7 +130,7 @@ const props = defineProps({
const reasonAndProFilter = (arr, input) => {
let temp = ''
- if (arr.length === 0) {
+ if (!arr || arr.length === 0) {
if (!input) {
return temp
}