From 3323c96f78bb09b1b2d435d863a593c9a099c269 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期一, 22 四月 2024 15:22:04 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo-web --- 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