@@ -291,6 +295,7 @@ export default {
tableName: "",
},
form: [],
+ total: 0,
table: [],
list: [],
mapHeight: 0,
@@ -321,9 +326,6 @@ export default {
};
},
methods: {
- test() {
- console.log(this.$refs["search-input"].$el);
- },
index,
areaPick(e) {
this.areaBG(this.wxAreas[this.select.filter[0].value - 1]);
@@ -352,7 +354,7 @@ export default {
page_size: 9999,
...this.select,
});
-
+ this.total = res.total;
this.list = res.data;
this.loading = false;
},
@@ -820,7 +822,7 @@ export default {
cursor: pointer;
position: absolute;
- top: 76px;
+ top: 84px;
left: -30px;
}
@@ -829,6 +831,7 @@ export default {
overflow-y: scroll;
padding: 10px;
+ padding-top: 0;
&::-webkit-scrollbar {
width: 4px;
}