#
Junjie
6 天以前 1ae2f3acafa9d036dfe4f14f8dcc5c4b5815c46a
src/main/webapp/views/watch/console.html
@@ -512,19 +512,15 @@
               getLocMastData() {
                  let that = this;
                  $.ajax({
                     url: baseUrl + "/locMast/list/auth",
                     url: baseUrl + "/console/map/locList",
                     headers: {
                        'token': localStorage.getItem('token')
                     },
                     method: "get",
                     data: {
                        curr: 1,
                        limit: 10000,
                        lev1: this.currentLev
                     },
                     data: {},
                     success: (res) => {
                        if (res.code === 200) {
                           that.locMastData = res.data.records;
                           that.locMastData = res.data;
                        }
                     }
                  })
@@ -545,7 +541,7 @@
                     }
                     return false;
                  });
                  if (locInfo && locInfo.row1 && locInfo.bay1) {
                     return locInfo.row1 + '-' + locInfo.bay1;
                  }