浏览代码

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


正在加载...
取消
保存