提交 a8885c31 authored 作者: taojinlong's avatar taojinlong

fix: 限制行权限

上级 fff5288e
...@@ -79,6 +79,7 @@ export default { ...@@ -79,6 +79,7 @@ export default {
data.forEach(item => { data.forEach(item => {
item.type !== 'custom' && (item.id = uuid.v1()) item.type !== 'custom' && (item.id = uuid.v1())
item.user = this.user item.user = this.user
item.fromSource = 'link'
}) })
} }
return data return data
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论