Ver código fonte

Project Init

yigeren911 2 anos atrás
pai
commit
d630a6b19a

+ 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>