Vincent GUFFON 3 年之前
父节点
当前提交
66744069c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/Layout/Header/Notification.vue

+ 1 - 1
components/Layout/Header/Notification.vue

@@ -226,7 +226,7 @@ export default defineComponent({
     const download = (link: string) => {
       const url_parts: Array<string> = link.split('/api');
       if(profileAccess.originalAccess)
-        url_parts[0] = `api/${profileAccess.originalAccess}/${currentAccessId}`
+        url_parts[0] = `api/${profileAccess.originalAccess.id}/${currentAccessId}`
       else
         url_parts[0] = `api/${currentAccessId}`