Browse Source

fix: pc删除标签后重新获取收藏数据

cuiyalong 4 years ago
parent
commit
4d2332eaca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/staticres/frontRouter/pc/collection/js/index-pc.js

+ 1 - 1
src/web/staticres/frontRouter/pc/collection/js/index-pc.js

@@ -493,7 +493,7 @@ var vm = new Vue({
                             setTimeout(function () {
                                 _this.tagDrawer.toastShow = false
                                 _this.getTagList()
-                                _this.resetListState()
+                                _this.doQuery()
                             }, 1500)
                         }
                     }