Commit e37dd3bd authored by derong.zhang's avatar derong.zhang

修复数据问题

parent 12d21f56
......@@ -799,8 +799,8 @@ export default {
}
this.service_name = data
this.getnodeList()
this.getkeytext('url_auth_list')
this.getconfigurlist('url_auth_list', this.server)
this.getkeytext(this.key)
this.getconfigurlist(this.key, this.server)
},
coloechangeserver () {
this.server = this.origenselectserver
......@@ -809,8 +809,8 @@ export default {
confiechangeserver () {
this.service_name = this.server
this.getnodeList()
this.getkeytext('url_auth_list')
this.getconfigurlist('url_auth_list', this.server)
this.getkeytext(this.key)
this.getconfigurlist(this.key, this.server)
this.colorupdatacolor = false
this.changeserverModal = false
this.colorupdatacolor = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment