zhongxiaoyu 3 жил өмнө
parent
commit
fe9b07265b

+ 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()
     },