Переглянути джерело

update 实时数据“

pull/5/head
g7hoo 2 роки тому
джерело
коміт
5d32750d87
2 змінених файлів з 2 додано та 2 видалено
  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 Переглянути файл

@@ -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 Переглянути файл

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


Завантаження…
Відмінити
Зберегти