소스 검색

页面字段修改

jingyuanchao 1 년 전
부모
커밋
a7d622d0c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/iot/sensorData/index.vue

+ 1 - 1
src/views/iot/sensorData/index.vue

@@ -222,7 +222,7 @@ export default {
           this.deviceTypeList.push({ label: item.name, value: item.code });
         }
       }
-    }
+    },
     /** 查询列表 */
     getList() {
       this.loading = true;