yigeren911 il y a 2 ans
Parent
commit
d630a6b19a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/backend/enterprise/project/parking/index.vue

+ 1 - 1
src/views/backend/enterprise/project/parking/index.vue

@@ -23,7 +23,7 @@
                    @click="parkingMapRef.open(buildingId)">车位绑定</el-button>
       </div>
       <div>
-        <el-input v-model="quickSearch" placeholder="通过车位编号模糊检索" @keydown.enter="getData"></el-input>
+        <el-input v-model="quickSearch" placeholder="通过车位编号模糊检索" @change="getData"  clearable></el-input>
       </div>
     </div>