src/views/customerService/feedbackRegistration/components/formDia.vue
@@ -365,7 +365,11 @@ // 打开弹框 const openDialog =async (type, row) => { // 请求多个接口,获取数据 let res = await getAllCustomerList(); let res = await getAllCustomerList({ current: 1, size: 1000, total: 0, }); if(res.records){ customerNameOptions.value = res.records.map(item => ({ label: item.customerName,