From cfa6fbe23b5aea9b400fab78e04239b64d0dda92 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期六, 24 八月 2024 18:44:35 +0800 Subject: [PATCH] 工单下发分页优化 --- src/views/screen/components/screen-examine/components/video-chart.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/screen/components/screen-examine/components/video-chart.vue b/src/views/screen/components/screen-examine/components/video-chart.vue index c008384..1e44dc7 100644 --- a/src/views/screen/components/screen-examine/components/video-chart.vue +++ b/src/views/screen/components/screen-examine/components/video-chart.vue @@ -54,7 +54,9 @@ // "videoTransmissionBoundaryIntegrityDetection": 96.07, //浼犺緭缃戣竟鐣屽畬鏁存�ф娴嬫墸鍒嗛」 // "keyCommandImageOnline": 96.41, //鏈堣繍琛岀巼 // "operatingRate": 96.07 //閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜� - let item = { value: 0, name: "", id: 0, routerUrl: "" } + this.dataList = []; + + let item = { value: 0, name: "", id: 0, routerUrl: "" } item.value = this.videoList.platformOnline item.name = "骞冲彴鍦ㄧ嚎鐜�" item.id = 1 -- Gitblit v1.8.0