You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2019/03/05 09:48:29 UTC

[incubator-dubbo-ops] branch develop updated: #327

This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/develop by this push:
     new 83f867e  #327
83f867e is described below

commit 83f867e7bb9e03acc98933726bac653b65a67004
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Tue Mar 5 17:48:23 2019 +0800

    #327
---
 dubbo-admin-ui/src/components/ServiceSearch.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-ui/src/components/ServiceSearch.vue b/dubbo-admin-ui/src/components/ServiceSearch.vue
index 0b38e27..cde71a3 100644
--- a/dubbo-admin-ui/src/components/ServiceSearch.vue
+++ b/dubbo-admin-ui/src/components/ServiceSearch.vue
@@ -206,7 +206,7 @@
           if (newVal.page === oldVal.page && newVal.rowsPerPage === oldVal.rowsPerPage) {
             return
           }
-          const filter = this.$route.query.filter || '*';
+          const filter = this.$route.query.filter || '*'
           const pattern = this.$route.query.pattern || 'service'
           this.search(filter, pattern, false)
         },