|
@@ -175,7 +175,9 @@ export default {
|
|
|
return t;
|
|
|
})
|
|
|
this.options.unshift({ value: "all", label: "全部" }, { value: "noKnow", label: "未明确建筑" })
|
|
|
- this.buildFloorSelectd = this.childBackParam.buildFloorSelectd;
|
|
|
+ if (this.childBackParam.buildFloorSelectd) {
|
|
|
+ this.buildFloorSelectd = this.childBackParam.buildFloorSelectd;
|
|
|
+ }
|
|
|
if (this.childBackParam.zone) {
|
|
|
this.changeCascader(this.buildFloorSelectd);
|
|
|
}
|