摘要: 对于编辑,在VS Code中有两种方式 一、传id 使用this.$router.push(传地址+id) 使用this.$route.params.id来接收 二、传一整行 使用this.$router.push({path:传路径,query:传一个对象}) 使用this.$route.quer 阅读全文
posted @ 2021-09-16 21:53 古之召虎 阅读(87) 评论(0) 推荐(0)