|
@@ -2496,21 +2496,6 @@ export default {
|
|
|
this.getImgList(objRBLReverse);
|
|
|
}, 300);
|
|
|
}
|
|
|
- },
|
|
|
- isOpen3d(newValue, oldValue) {
|
|
|
- // if (!newValue) {
|
|
|
- // this.$nextTick(() => {
|
|
|
- // let mapDom = document.getElementsByClassName("ordinary-map")[0];
|
|
|
- // let style = getComputedStyle(mapDom);
|
|
|
- // let width = parseFloat(style.width);
|
|
|
- // let height = parseFloat(style.height);
|
|
|
- // uwbMain('playersmall', width, height, "floorplan");
|
|
|
- // })
|
|
|
- // } else {
|
|
|
- // uwbMain('player', window.innerWidth, window.innerHeight, "panorama");
|
|
|
- // }
|
|
|
- },
|
|
|
- benchList(newValue, oldValue) {
|
|
|
var readyCount = 0;
|
|
|
var occupiedCount = 0;
|
|
|
var offlineCount = 0;
|
|
@@ -2537,6 +2522,19 @@ export default {
|
|
|
this.offlineCount = offlineCount;
|
|
|
this.occupiedCount = occupiedCount;
|
|
|
},
|
|
|
+ isOpen3d(newValue, oldValue) {
|
|
|
+ // if (!newValue) {
|
|
|
+ // this.$nextTick(() => {
|
|
|
+ // let mapDom = document.getElementsByClassName("ordinary-map")[0];
|
|
|
+ // let style = getComputedStyle(mapDom);
|
|
|
+ // let width = parseFloat(style.width);
|
|
|
+ // let height = parseFloat(style.height);
|
|
|
+ // uwbMain('playersmall', width, height, "floorplan");
|
|
|
+ // })
|
|
|
+ // } else {
|
|
|
+ // uwbMain('player', window.innerWidth, window.innerHeight, "panorama");
|
|
|
+ // }
|
|
|
+ },
|
|
|
autoPlanList() {
|
|
|
this.autoPlanList.forEach(m => {
|
|
|
this.$store.dispatch('caseList/getAllAutoPlanStatus', {
|