Parcourir la source

update 实时数据“

pull/5/head
g7hoo il y a 2 ans
Parent
révision
5d32750d87
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

@@ -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()
})


Chargement…
Annuler
Enregistrer