소스 검색

Project Init

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>