|
@@ -879,7 +879,7 @@ export default {
|
|
|
let style = getComputedStyle(mapDom);
|
|
|
let width = parseFloat(style.width);
|
|
|
let height = parseFloat(style.height);
|
|
|
- uwbMain(width, height, "floorplan");
|
|
|
+ // uwbMain(width, height, "floorplan");
|
|
|
//this.getBenchList();
|
|
|
console.log(this.benchList, "benchList");
|
|
|
this.tabs[0].list = this.benchList;
|