diff --git a/client/src/api/cma.js b/client/src/api/cma.js
index 5688896..3151e4b 100644
--- a/client/src/api/cma.js
+++ b/client/src/api/cma.js
@@ -7,6 +7,14 @@ export function getCMAList(query) {
params: query
})
}
+export function getCMAGroup(query) {
+ return request({
+ url: '/ability/cma/group/',
+ method: 'get',
+ params: query
+ })
+}
+
export function getCNASList(query) {
return request({
url: '/ability/cnas/',
diff --git a/client/src/views/ability/cma.vue b/client/src/views/ability/cma.vue
index 8eec922..07abaeb 100644
--- a/client/src/views/ability/cma.vue
+++ b/client/src/views/ability/cma.vue
@@ -76,6 +76,8 @@
stripe
highlight-current-row
max-height="260"
+ ref="filterTable"
+ @filter-change="filterChange"
>
@@ -96,7 +98,12 @@
{{ scope.row.bzbh }}
-
+
{{ scope.row.sszx }}
@@ -139,6 +146,7 @@
stripe
highlight-current-row
max-height="260"
+
>
@@ -153,7 +161,8 @@
{{ scope.row.bzbh }}
-
+
{{ scope.row.sszx }}
@@ -201,7 +210,7 @@