ZN
2026-03-20 a5f5e2c3fa5953a5474e4ad5d504c23acab94900
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,