From 1bb161c3a19b95b546c99db5296758c77cefe1c3 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 11 十一月 2025 16:46:53 +0800
Subject: [PATCH] 点位数据处理无数据的时段展示效果

---
 src/views/console/workstation/CollTable.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/console/workstation/CollTable.vue b/src/views/console/workstation/CollTable.vue
index e7903df..3e0a57d 100644
--- a/src/views/console/workstation/CollTable.vue
+++ b/src/views/console/workstation/CollTable.vue
@@ -70,7 +70,7 @@
             })
         },
         getList(params) {
-            this.$HTTP.get(`/api/blade-cps/workstation/listDatapointsByWorkstationId`, {}, { params }).then(res => {
+            this.$HTTP.get(`/api/smis/workstation/listDatapointsByWorkstationId`, {}, { params }).then(res => {
                 try {
                     this.cols = JSON.parse(res.data.dpHead)
                     this.addOptions(this.cols)

--
Gitblit v1.9.3