支持查询条件自定义名称

This commit is contained in:
2019-04-24 14:14:39 +08:00
parent 211e59ea3b
commit 0527faf25e
7 changed files with 104 additions and 75 deletions

View File

@@ -94,9 +94,6 @@
},
},
mounted: function () {
red.dbPlats(function (json) {
vm.dbPlats = json;
});
this.tableList();
}