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; }