#
Junjie
2025-11-17 5a56db983850c7e2e3c194aa9a221295271c0cc3
src/main/webapp/views/watch/console.html
@@ -147,6 +147,7 @@
               },
               openCrn(id) {
                  this.crnParam.crnNo = id;
                  this.activateCard = 'crn';
               },
               openRgv(id) {
                  this.rgvWindow = true; //打开RGV信息弹窗
@@ -176,6 +177,7 @@
               },
               openSite(id) {
                  this.devpParam.stationId = id;
                  this.activateCard = 'devp';
               },
               getSiteInfo() {
                  //获取输送站点数据
@@ -184,7 +186,6 @@
                     headers: {'token': localStorage.getItem('token')},
                     method: 'POST',
                     success: function (res) {
                        console.log(res)
                        if (res.code === 200) {
                           var sites = res.data;
                           for (var i = 0; i < sites.length; i++){