.
This commit is contained in:
@@ -98,6 +98,10 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div v-show="!list || list.rows == 0" style="text-align: center">
|
||||
<img src="../res/img/none.png">
|
||||
<p>暂无数据</p>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="pager pull-right" style="margin: 5px 10px">
|
||||
|
||||
@@ -142,7 +146,7 @@
|
||||
|
||||
addFilter: "recompany",
|
||||
para: {},
|
||||
list: {rows:[{listSql:"", countSql:""}], total:0},
|
||||
list: {rows:[], total:0},
|
||||
limit: {pn: 1, ps: 10, total: 0},
|
||||
order:{col:"id", desc:1}
|
||||
},
|
||||
@@ -170,6 +174,7 @@
|
||||
},
|
||||
methods: {
|
||||
findList() {
|
||||
vm.list = {rows:[], total:0};
|
||||
// filters
|
||||
let filters = [];
|
||||
//filters.push({col: "status", value: 9, type: "NOTEQUAL"});
|
||||
|
||||
Reference in New Issue
Block a user