From 51c41a7bf8d0d714f5e4854a196ceb0f493263b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 10 Jan 2023 09:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/area/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index 5c04f73..49f6087 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -453,7 +453,6 @@ export default { this.queryParams.pageNum = 1; this.queryParams.pageSize = 10; this.queryParams.areaLevel = null; - this.queryParams.areaCode = null; this.queryParams.parentName = null; this.getList(); },