From a8885c31f5d626ca3018d0cd6e428c7d15802343 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Fri, 31 Dec 2021 10:37:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=90=E5=88=B6=E8=A1=8C=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/link/view/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/link/view/index.vue b/frontend/src/views/link/view/index.vue index 344ccfdca2..ef14ed8870 100644 --- a/frontend/src/views/link/view/index.vue +++ b/frontend/src/views/link/view/index.vue @@ -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