From 97a2bd7d2621cc7be6629beebe5e03d2b3eb2283 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 21 三月 2024 14:12:38 +0800 Subject: [PATCH] 11 --- src/views/project/unitCost/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/project/unitCost/index.vue b/src/views/project/unitCost/index.vue index 291cb22..229c77e 100644 --- a/src/views/project/unitCost/index.vue +++ b/src/views/project/unitCost/index.vue @@ -227,6 +227,7 @@ import { listOrganization } from "@/api/project/organization"; import OrgSelecter from "@/views/project/components/orgselect"; +import { getToken } from "@/utils/auth"; export default { name: "Donorcharge", @@ -291,6 +292,9 @@ pageSize: 10, donorchargeid: null }, + headers: { + Authorization: "Bearer " + getToken() + }, // 琛ㄥ崟鍙傛暟 form: {}, // 琛ㄥ崟鏍¢獙 -- Gitblit v1.9.3