diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
index 232fa088..e8b755a5 100644
--- a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
+++ b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
@@ -105,11 +105,11 @@
▼
-
@@ -141,12 +141,12 @@
emits('mapListScreenChange',value,'mapAreaFirst')"
+ @change="(e) => emits('mapListScreenChange',e.target.value,'mapAreaFirst')"
/>
---
emits('mapListScreenChange',value,'mapAreaLast')"
+ @change="(e) => emits('mapListScreenChange',e.target.value,'mapAreaLast')"
/>
@@ -155,12 +155,12 @@
emits('mapListScreenChange',value,'arableAreaFirst')"
+ @change="(e) => emits('mapListScreenChange',e.target.value,'arableAreaFirst')"
/>
---
emits('mapListScreenChange',value,'arableAreaLast')"
+ @change="(e) => emits('mapListScreenChange',e.target.value,'arableAreaLast')"
/>
diff --git a/src/views/demo/tiankongdi/curbspotcity/util.ts b/src/views/demo/tiankongdi/curbspotcity/util.ts
index df3001d9..81d20079 100644
--- a/src/views/demo/tiankongdi/curbspotcity/util.ts
+++ b/src/views/demo/tiankongdi/curbspotcity/util.ts
@@ -27,8 +27,6 @@ export const mapStatusOptions = [
{ label: '待接收', value: 0 },
{ label: '待填报', value: 1 },
{ label: '待整改', value: 2 },
- { label: '待审核', value: 3 },
- { label: '已完成', value: 4 },
]
export const markTypeOptions = [
{ label: '在建', value: '在建' },