From ecd2fac0e92228a46a4616191bab24e53e4aa03a Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 1 Aug 2024 10:23:00 +0800 Subject: [PATCH] 1 --- src/views/modules/base/diyInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue index 34cce9089..bf5992052 100644 --- a/src/views/modules/base/diyInfo.vue +++ b/src/views/modules/base/diyInfo.vue @@ -336,7 +336,7 @@ export default { } } if(this.virtualResi){ - params.gridType = 'virtual' + params.searchForm.gridType = 'virtual' } await this.$http({ method: 'POST',