From 5a31f59eb03b39b20ca27a6892ca0dc34a2732d0 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Mar 2022 11:31:44 +0800 Subject: [PATCH] bug 28437 --- .../AppIntelligentSecurity/AppIntelligentSecurity.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue b/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue index ddd48928..84440c18 100644 --- a/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue +++ b/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue @@ -8,7 +8,7 @@ -->
- + {{ areaName }} 请选择 @@ -118,10 +118,6 @@ export default { } }) }, - areaSelect(e) { - this.areaId = e - this.getList() - }, showMonitor(row) { if (row.deviceStatus != 1) return uni.navigateTo({url: `./monitorDetail?id=${row.id}`})