四个搜索重置修复

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

@ -495,7 +495,8 @@ 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.$route.path == "/xiaoqu"
? this.queryParamsXiaoqu.xiaoquId ? this.queryParamsXiaoqu.xiaoquId
: undefined; : undefined;
this.queryParams.parentid = undefined; this.queryParams.parentid = undefined;

@ -476,7 +476,8 @@ 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.$route.path == "/xiaoqu"
? this.queryParamsXiaoqu.xiaoquId ? this.queryParamsXiaoqu.xiaoquId
: undefined; : undefined;
this.queryParams.parentid = undefined; this.queryParams.parentid = undefined;

@ -505,7 +505,8 @@ 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.$route.path == "/xiaoqu"
? this.queryParamsXiaoqu.xiaoquId ? this.queryParamsXiaoqu.xiaoquId
: undefined; : undefined;
this.queryParams.parentid = undefined; this.queryParams.parentid = undefined;

@ -463,7 +463,8 @@ 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.$route.path == "/xiaoqu"
? this.queryParamsXiaoqu.xiaoquId ? this.queryParamsXiaoqu.xiaoquId
: undefined; : undefined;
this.queryParams.parentid = undefined; this.queryParams.parentid = undefined;

Loading…
Cancel
Save