Browse Source

资产筛选楼层传参修改

zhangyu 5 years ago
parent
commit
9d485f42bf
1 changed files with 16 additions and 1 deletions
  1. 16 1
      src/components/handsontables/assets.vue

+ 16 - 1
src/components/handsontables/assets.vue

@@ -249,7 +249,13 @@ export default {
         ProjId: this.$route.query.projId
       }
       if (this.mess.buildId == "all") {
-        delete param.data.criteria.id
+        param.data.criteria.id = this.mess.ProjId
+      } else if (this.mess.buildId == "noKnow") {
+        param.data.criteria.id = this.mess.ProjId
+        param.data.directOnly = true
+      } else if (this.mess.floorId == "noKnow") {
+        param.data.criteria.id = this.mess.buildId
+        param.data.directOnly = true
       } else if (this.mess.floorId && this.mess.floorId != "all") {
         param.data.criteria.id = this.mess.floorId
       } else if (this.mess.floorId == 'all') {
@@ -257,6 +263,15 @@ export default {
       } else {
         param.data.criteria.id = this.mess.ProjId
       }
+      // if (this.mess.buildId == "all") {
+      //   delete param.data.criteria.id
+      // } else if (this.mess.floorId && this.mess.floorId != "all") {
+      //   param.data.criteria.id = this.mess.floorId
+      // } else if (this.mess.floorId == 'all') {
+      //   param.data.criteria.id = this.mess.buildId
+      // } else {
+      //   param.data.criteria.id = this.mess.ProjId
+      // }
       getBillPropList(param, res => {
         if (res.Content.length) {
           let list = []