diff --git a/pages/dev-ops/device.vue b/pages/dev-ops/device.vue
index 6a43651..d2bc09a 100644
--- a/pages/dev-ops/device.vue
+++ b/pages/dev-ops/device.vue
@@ -3,6 +3,14 @@
empty-view-text="抱歉,暂时还没有相关数据!">
+
+
+
+
+
+
+
@@ -163,8 +171,6 @@
-
-
\ No newline at end of file
diff --git a/pages/work/operation-log/index.vue b/pages/work/operation-log/index.vue
index 56ba29a..32ba8b3 100644
--- a/pages/work/operation-log/index.vue
+++ b/pages/work/operation-log/index.vue
@@ -11,7 +11,7 @@
+ @confirm="$refs.paging.reload()" @clear="$refs.paging.reload()" />
@@ -106,7 +106,7 @@
// 地块选择
handleTreeChange(e) {
this.setQueryParams(e);
- this.queryList(1);
+ this.$refs.paging.reload();
},
// 查询数据
queryList(pageNo, pageSize) {
@@ -175,6 +175,20 @@
::v-deep.uni-searchbar {
padding: 0px 10px 10px 10px;
}
+
+ // 表单
+ ::v-deep.uni-forms-item__label {
+ display: none !important;
+ }
+
+ .u-checkbox {
+ margin: 0 !important;
+ height: 35px;
+ }
+
+ .uni-forms-item.is-direction-left {
+ margin: 0 !important;
+ }
}
.list1>view {
@@ -189,20 +203,6 @@
font-size: 13px !important;
}
- // 表单
- ::v-deep.uni-forms-item__label {
- display: none !important;
- }
-
- .u-checkbox {
- margin: 0 !important;
- height: 35px;
- }
-
- .uni-forms-item.is-direction-left {
- margin: 0 !important;
- }
-
.popup-content {
padding: 10px;
}