Browse Source

update 实时数据“

pull/5/head
g7hoo 2 years ago
parent
commit
5d32750d87
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/modules/monitoring/realtimeProductLine.vue
  2. +1
    -1
      src/views/modules/monitoring/realtimeQualityInspection.vue

+ 1
- 1
src/views/modules/monitoring/realtimeProductLine.vue View File

@@ -51,7 +51,7 @@ export default {
type: 'warning',
onClose: () => {
this.clearData()
this.fetchList().then(res => {
this.fetchList().then(({ data: res }) => {
this.testData = res
this.handleData()
})


+ 1
- 1
src/views/modules/monitoring/realtimeQualityInspection.vue View File

@@ -48,7 +48,7 @@ export default {
type: 'warning',
onClose: () => {
this.clearData()
this.fetchList().then(res => {
this.fetchList().then(({ data: res }) => {
this.testData = res
this.handleData()
})


Loading…
Cancel
Save