This commit is contained in:
2019-04-10 18:08:50 +08:00
parent 9623b70875
commit 6e7388ddf4
9 changed files with 71 additions and 81 deletions

View File

@@ -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 = "";