支持查询条件自定义名称

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

@@ -139,6 +139,7 @@
<script>
let {getTableList, tableInfo, itemSort, itemUpdate} = meta;
let {showOk} = red
let {dbList} = plat
var vm = new Vue({
el: ".meta-list",
@@ -422,10 +423,9 @@
},
mounted: function (){
//dbPlats 列表初始化
red.dbPlats(function (json) {
vm.dbPlats = json;
});
dbList().then(res => {
this.dbPlats = res.rows;
})
this.tableList();