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-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new 9f347c9 fix eslint hint
9f347c9 is described below
commit 9f347c9b03d22163ce63b20f3a5696d2abf928de
Author: nzomkxia <[email protected]>
AuthorDate: Sun Apr 28 18:48:54 2019 +0800
fix eslint hint
---
dubbo-admin-ui/src/components/governance/WeightAdjust.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-admin-ui/src/components/governance/WeightAdjust.vue
b/dubbo-admin-ui/src/components/governance/WeightAdjust.vue
index d96db0d..0bbe32c 100644
--- a/dubbo-admin-ui/src/components/governance/WeightAdjust.vue
+++ b/dubbo-admin-ui/src/components/governance/WeightAdjust.vue
@@ -355,7 +355,7 @@
this.$notify.error('You can not set both service ID and application
name')
return
}
- weight.service = this.service;
+ weight.service = this.service
weight.application = this.application
weight.weight = this.rule.weight
weight.addresses = this.rule.address.split(',')