fix(接口测试): 修复get provider成功后的提示
This commit is contained in:
parent
fc278e6bf7
commit
f4100f43e6
|
@ -96,6 +96,7 @@
|
||||||
this.methods = this.methodMap[this.request.interface].methods;
|
this.methods = this.methodMap[this.request.interface].methods;
|
||||||
}
|
}
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
this.$success(this.$t('api_test.request.dubbo.get_provider_success'));
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.$warning(this.$t('api_test.request.dubbo.check_registry_center'));
|
this.$warning(this.$t('api_test.request.dubbo.check_registry_center'));
|
||||||
|
|
Loading…
Reference in New Issue