|
@@ -140,7 +140,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-import { getSensor } from '@/api/goaf/sensor'
|
|
|
|
|
|
+import { getSensor, sensordevstatis } from '@/api/goaf/sensor'
|
|
import { Pagination } from '@/components'
|
|
import { Pagination } from '@/components'
|
|
import { NumConvertLM } from '@/utils'
|
|
import { NumConvertLM } from '@/utils'
|
|
import SensorStatus from './components/SensorStatus.vue'
|
|
import SensorStatus from './components/SensorStatus.vue'
|
|
@@ -166,6 +166,7 @@ export default {
|
|
NumConvertLM,
|
|
NumConvertLM,
|
|
getData() {
|
|
getData() {
|
|
this.listLoading = true
|
|
this.listLoading = true
|
|
|
|
+ sensordevstatis()
|
|
getSensor(this.conditions).then((resp) => {
|
|
getSensor(this.conditions).then((resp) => {
|
|
this.listLoading = false
|
|
this.listLoading = false
|
|
const { code, msg, data } = resp
|
|
const { code, msg, data } = resp
|