gaoluyang
2026-03-12 ad78516d8e42cdc91c0458558c28f16ddacd372b
src/views/customerService/feedbackRegistration/index.vue
@@ -299,6 +299,8 @@
  Object.keys(searchForm.value).forEach(key => {
    searchForm.value[key] = ""
  })
  page.current = 1;
  getList();
}
// 表格选择数据
const handleSelectionChange = (selection) => {