fix #427
diff --git a/dubbo-admin-ui/src/components/ServiceSearch.vue b/dubbo-admin-ui/src/components/ServiceSearch.vue
index 4694853..4b6c6d7 100644
--- a/dubbo-admin-ui/src/components/ServiceSearch.vue
+++ b/dubbo-admin-ui/src/components/ServiceSearch.vue
@@ -302,7 +302,7 @@
       },
       search: function (filter, pattern, rewrite) {
         const page = this.pagination.page - 1
-        const size = this.pagination.rowsPerPage === -1 ? this.totalItems : this.pagination.rowsPerPage;
+        const size = this.pagination.rowsPerPage === -1 ? this.totalItems : this.pagination.rowsPerPage
         this.loadingServices = true
         this.$axios.get('/service', {
           params: {