mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix: 限制行权限
This commit is contained in:
parent
fff5288e35
commit
a8885c31f5
@ -79,6 +79,7 @@ export default {
|
||||
data.forEach(item => {
|
||||
item.type !== 'custom' && (item.id = uuid.v1())
|
||||
item.user = this.user
|
||||
item.fromSource = 'link'
|
||||
})
|
||||
}
|
||||
return data
|
||||
|
Loading…
Reference in New Issue
Block a user