diff --git a/src/views/firefighting/points/components/list.vue b/src/views/firefighting/points/components/list.vue
index cbcfb1f..a16744e 100644
--- a/src/views/firefighting/points/components/list.vue
+++ b/src/views/firefighting/points/components/list.vue
@@ -26,6 +26,13 @@
style="width: 100%;"/>
+
+
+
+
+
+
+
@@ -60,6 +67,12 @@
+
+
+ 是
+ 否
+
+
{
this.listLoading = false
@@ -276,6 +301,7 @@ export default {
}, goKeyReset() {
this.FIRE_POINT_NAME = ''
this.FIRE_POINT_CODE = ''
+ this.IS_PUNCTUATION = ''
this.selectForm = {
DEPARTMENT_ID: ''
}