src/views/customerService/feedbackRegistration/components/formDia.vue
@@ -397,8 +397,8 @@ size: 1000, total: 0, }); if(res.records){ customerNameOptions.value = res.records.map(item => ({ if(res.data.records){ customerNameOptions.value = res.data.records.map(item => ({ label: item.customerName, value: item.customerName, id: item.id