四个搜索重置修复

master
许宏杰 4 months ago
parent fdbdbdcc84
commit 391576f7b1

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

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

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

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

Loading…
Cancel
Save