Procházet zdrojové kódy

update 实时数据“

pull/5/head
g7hoo před 2 roky
rodič
revize
5d32750d87
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit