Fix typo bug

This commit is contained in:
haiyangcui
2020-08-27 14:25:22 +02:00
parent 51cb181acd
commit ba9f3246d2

View File

@@ -273,7 +273,7 @@ export default {
star.bulkAdd(json).then(e => {
this.getFavorites()
})
this.updateSearchOption()
this.upgradeFavorites()
})
this.$message.success('导入收藏成功')
}