zhaojijng 2 年之前
父节点
当前提交
4ace42cea1
共有 2 个文件被更改,包括 2 次插入5 次删除
  1. 1 2
      src/views/valueDelivery/FloorSpace.vue
  2. 1 3
      src/views/valueDelivery/HorFloorSpace.vue

+ 1 - 2
src/views/valueDelivery/FloorSpace.vue

@@ -201,7 +201,6 @@ export default {
                     },
                 })
                 .then((res) => {
-                    debugger;
                     var data = (res.data || {}).content || [];
                     _this.allBuild = data;
                     _this.nowBuildPage = 1;
@@ -273,7 +272,7 @@ export default {
                     var sendMaxSpace = this.floorHandle(secondPageNum);
                     var firstPageFloors = allFloor.slice(0, firstPageNum); //第一屏 所有楼层
                     var secondPageFloors = allFloor.slice(firstPageNum);
-                    debugger;
+                   
                     this.firstPageParams = firstPageFloors.map((item) => {
                         var obj = {};
                         obj.id = item.id;

+ 1 - 3
src/views/valueDelivery/HorFloorSpace.vue

@@ -190,7 +190,6 @@ export default {
                     },
                 })
                 .then((res) => {
-                    debugger;
                     var data = (res.data || {}).content || [];
                     _this.allBuild = data;
                     _this.nowBuildPage = 1;
@@ -228,7 +227,7 @@ export default {
                     allFloor = allFloor.filter(function(item) {
                         return item.spaceNum > 0;
                     });
-                    debugger;
+                   
                     //如果该建筑的所有楼层 没有空间 则请求下一个建筑
                     if (allFloor.length == 0) {
                         //换下一栋楼
@@ -277,7 +276,6 @@ export default {
                         obj.spaceNum = sendMaxSpace;
                         return obj;
                     });
-                     debugger;
                 
                     this.nowIndicatorIndex=0;
                     this.getTimeFloorParam();