|
@@ -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 = []
|