lin-xin / vue-manage-system

Vue3、Element Plus、typescript后台管理系统
https://lin-xin.github.io/example/vue-manage-system/
MIT License
18.83k stars 6.02k forks source link

我想通过一个按钮点击右侧tags 以及contain新增 #214

Open studeyer opened 5 years ago

studeyer commented 5 years ago

我想在右侧内容通过一个按钮点击,新增右侧tags 标签以及contain内容该怎么做呢,在左侧菜单没有的这个按钮的情况下

studeyer commented 5 years ago

71@H2KC0~GZX2%2O@GFM{8X

a6336747 commented 5 years ago

按钮上绑定事件 直接使用this.$router.push({path: '/addArticles?id='+row.id}) 填上指定的url地址就行,会自动新增一个标签卡,跟平常使用路由跳转一样

studeyer commented 5 years ago

嗯 好的 谢谢可以了

------------------ 原始邮件 ------------------ 发件人: "a6336747"notifications@github.com; 发送时间: 2019年10月10日(星期四) 上午10:10 收件人: "lin-xin/vue-manage-system"vue-manage-system@noreply.github.com; 抄送: "studeyer"caicaistudy@163.com;"Author"author@noreply.github.com; 主题: Re: [lin-xin/vue-manage-system] 我想通过一个按钮点击右侧tags 以及contain新增 (#214)

按钮上绑定事件 直接使用this.$router.push({path: '/addArticles?id='+row.id}) 填上指定的url地址就行,会自动新增一个标签卡,跟平常使用路由跳转一样

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.