scorpio 2 년 전
부모
커밋
b18f142601
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/layout/search/index.vue

+ 2 - 3
src/layout/search/index.vue

@@ -78,7 +78,7 @@
   </div>
 </template>
 
-<script>
+<script></script>
 export default {
   props: {
     show: {
@@ -88,8 +88,7 @@ export default {
   },
   data() {
     return {
-      // fixme  测试
-      keyword: '禄丰',
+      keyword: '',
       page: { current: 1, size: 10 },
       list: [],
       current: null,