.
This commit is contained in:
@@ -228,9 +228,7 @@
|
||||
});
|
||||
},
|
||||
loadCfg() {
|
||||
getCfg({name: this.service}, json => {
|
||||
vm.cfg = json;
|
||||
});
|
||||
getCfg({name: this.service}).then(res => this.cfg = res);
|
||||
},
|
||||
dealField(bean, field) {
|
||||
var str = "";
|
||||
|
||||
Reference in New Issue
Block a user