You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "qq925716471 (GitHub)" <gi...@apache.org> on 2019/01/09 09:56:44 UTC

[GitHub] [incubator-dubbo-ops] qq925716471 commented on pull request #234: fix AccessControl search bug & I18n modify

when url like this: ***/governance/access?service=org.apache.dubbo.demo.api.DemoService
mounted () {
    this.setAppHeaders()
    this.setServiceHeaders()
    let query = this.$route.query
    if ('service' in query) {
      this.filter = query['service']  //assign "org.apache.dubbo.demo.api.DemoService" to this.filter
      this.selected = 0
    }
    if ('application' in query) {
      this.filter = query['application']
      this.selected = 1
    }
    this.search()  //document.querySelector('#serviceSearch').value.trim()  will assign an empty string to this.filter
  }

[ Full content available at: https://github.com/apache/incubator-dubbo-ops/pull/234 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org