瀏覽代碼

资产筛选楼层传参修改

zhangyu 5 年之前
父節點
當前提交
9d485f42bf
共有 1 個文件被更改,包括 16 次插入1 次删除
  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 = []