Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文章选中后进入详情页,点保存返回,文章标题栏左边会显示未选择,左上角显示已选1 #1176

Open
Potato-66 opened this issue Oct 8, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Potato-66
Copy link

emobile_2024-10-08_17-51-15
无法取消选中,且点击删除会删除原来选中的文章,容易造成误删

@Potato-66 Potato-66 added the bug Something isn't working label Oct 8, 2024
@dellevin
Copy link

编辑->开发者工具—> 找到console 看看有报错没,详细的问题吗?我帮你看看

@Potato-66
Copy link
Author

编辑->开发者工具—> 找到console 看看有报错没,详细的问题吗?我帮你看看

2024-10-11_11-32-45
好像没有什么报错信息

@dellevin
Copy link

Articles.vue这个文件里面的close这个方法,改一下

  close() {
    this.articleUpdateVisible = false
    this.currentArticleFileName = ''
    this.selectedPost = []
    this.$bus.$emit('site-reload')
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@Potato-66 @dellevin and others