|
@@ -555,11 +555,11 @@ export default {
|
|
this.zoneListId = id;
|
|
this.zoneListId = id;
|
|
this.getZoneClass(id);
|
|
this.getZoneClass(id);
|
|
},
|
|
},
|
|
|
|
+ // handleCurrentChange(val) {
|
|
|
|
+ // this.page = val;
|
|
|
|
+ // this.getZoneClass(this.zoneListId);
|
|
|
|
+ // },
|
|
handleCurrentChange(val) {
|
|
handleCurrentChange(val) {
|
|
- this.page = val;
|
|
|
|
- this.getZoneClass(this.zoneListId);
|
|
|
|
- },
|
|
|
|
- handleCurrentChange1(val) {
|
|
|
|
// if (!this.loading) {
|
|
// if (!this.loading) {
|
|
// this.loading = this.openLoading(document.querySelector(".main_box"));
|
|
// this.loading = this.openLoading(document.querySelector(".main_box"));
|
|
// }
|
|
// }
|
|
@@ -1125,7 +1125,7 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
- margin-bottom: 20px;
|
|
|
|
|
|
+ /* margin-bottom: 20px; */
|
|
}
|
|
}
|
|
.typeCheck>span{
|
|
.typeCheck>span{
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|