四个搜索中心重置时处理小区id是否清除

master
许宏杰 6 months ago
parent 6a90145962
commit 46edecbbe8

@ -434,7 +434,9 @@ export default {
this.queryParams.mark = "";
this.queryParams.type = undefined;
this.queryParams.shequId = undefined;
this.queryParams.xiaoquId = undefined;
this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId
? this.queryParamsXiaoqu.xiaoquId
: undefined;
this.queryParams.parentid = undefined;
this.queryParams.yuanid = undefined;
this.queryParams.buildingId = undefined;

@ -413,7 +413,9 @@ export default {
this.credentialnoType = 0;
this.queryParams.type = undefined;
this.queryParams.shequId = undefined;
this.queryParams.xiaoquId = undefined;
this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId
? this.queryParamsXiaoqu.xiaoquId
: undefined;
this.queryParams.parentid = undefined;
this.queryParams.yuanid = undefined;
this.queryParams.buildingId = undefined;

@ -444,7 +444,9 @@ export default {
this.queryParams.mark = "";
// this.queryParams.type = undefined;
this.queryParams.shequId = undefined;
this.queryParams.xiaoquId = undefined;
this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId
? this.queryParamsXiaoqu.xiaoquId
: undefined;
this.queryParams.parentid = undefined;
this.queryParams.yuanid = undefined;
this.queryParams.buildingId = undefined;

@ -402,7 +402,9 @@ export default {
this.queryParams.mark = "";
// this.queryParams.type = undefined;
this.queryParams.shequId = undefined;
this.queryParams.xiaoquId = undefined;
this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId
? this.queryParamsXiaoqu.xiaoquId
: undefined;
this.queryParams.parentid = undefined;
this.queryParams.yuanid = undefined;
this.queryParams.buildingId = undefined;

Loading…
Cancel
Save