yigeren911 преди 2 години
родител
ревизия
d630a6b19a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>