gaoluyang
2026-03-12 6fb404a758f799aed34b70c7ad0c9a2b1c45af76
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) => {