|
|
|
@ -505,9 +505,10 @@ export default {
|
|
|
|
|
this.queryParams.mark = "";
|
|
|
|
|
// this.queryParams.type = undefined;
|
|
|
|
|
this.queryParams.shequId = undefined;
|
|
|
|
|
this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId
|
|
|
|
|
? this.queryParamsXiaoqu.xiaoquId
|
|
|
|
|
: undefined;
|
|
|
|
|
this.queryParams.xiaoquId =
|
|
|
|
|
this.$route.path == "/xiaoqu"
|
|
|
|
|
? this.queryParamsXiaoqu.xiaoquId
|
|
|
|
|
: undefined;
|
|
|
|
|
this.queryParams.parentid = undefined;
|
|
|
|
|
this.queryParams.yuanid = undefined;
|
|
|
|
|
this.queryParams.buildingId = undefined;
|
|
|
|
|