fix: 限制行权限

This commit is contained in:
taojinlong 2021-12-31 10:37:05 +08:00
parent fff5288e35
commit a8885c31f5

View File

@ -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