diff --git a/src/views/bg/bgpartymatter/BgPartymatterList.vue b/src/views/bg/bgpartymatter/BgPartymatterList.vue
index 8e76b30..252bb38 100644
--- a/src/views/bg/bgpartymatter/BgPartymatterList.vue
+++ b/src/views/bg/bgpartymatter/BgPartymatterList.vue
@@ -40,26 +40,26 @@
-
+
新增
导出
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 删除
+
+
+
+
+ 批量操作
+
+
+
@@ -206,8 +206,8 @@
resizeHeightOffset: 56,
useSearchForm: false,
expandRowByClick: true,
- clickToRowSelect: true,
- rowSelection: {type: 'radio'},
+ clickToRowSelect: false,
+ rowSelection: {type: 'checkbox'},
actionColumn: {
width: 120,
fixed:'right'
@@ -355,6 +355,7 @@
}
function searchQuery() {
+ selectedRowKeys.value = [];
resetFeedbackExpand();
reload({ page: 1 });
}