Parcourir la source

卡片列表搜索清空

zhongxiaoyu il y a 3 ans
Parent
commit
fe9b07265b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/components/CheckCardList/index.vue

+ 2 - 2
src/components/CheckCardList/index.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: Badguy
  * @Date: 2022-04-08 14:19:57
- * @LastEditTime: 2022-04-13 18:07:51
+ * @LastEditTime: 2022-04-15 09:43:47
  * @LastEditors: your name
  * @Description: 多选卡片列表
  * have a nice day!
@@ -167,7 +167,7 @@ export default {
       }
     },
     clearFliter() {
-      this.keyWords === ''
+      this.keyWords = ''
       this.pageNum = 1
       this.fetchData()
     },