支持查询条件自定义名称
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user