spring
4 天以前 257e1c71b00393075cf3a34a7830866b7fe66cc1
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) => {