liding
3 天以前 7a367f6e6b3c8e583505b4a229810a5497f69b79
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) => {