发表于: 2020-02-29 22:14:13
1 1829
今天完成的事情:
1.推进任务
明天计划的事情:
1.推进任务
遇到的问题和收获:
showEdit(row) {
console.log(row);
this.editInfo.title = row.title
this.editInfo.status = row.status
this.editInfo.img = row.img
this.editInfo.content = row.content
this.editInfo.url = row.url
this.editInfo.industry = row.industry
this.editInfo.createAt = row.createAt
this.editInfo.type = row.type
this.$router.push({
path: '/home/details/',
query: {
id: row.id
}
})
接下来还差删除等几个,把它干掉
评论