From d84ad62a9da0119caf0e659066a67da80c6fa6f0 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 19 四月 2024 10:47:37 +0800
Subject: [PATCH] 11
---
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
index 371eed3..901b4c7 100644
--- a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
+++ b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -428,6 +428,8 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import { getUserProfile } from "@/api/system/user";
+import { getToken } from "@/utils/auth";
+
// 瀵煎叆鏈湴瀛樺偍鐨勬柟娉�
import { setItem, grtItem, removeItem } from "@/utils/storage.js";
@@ -509,6 +511,9 @@
//鎹愮尞妗堜緥鍒楄〃鏁版嵁
// donationCaseTableData:[],
donatebaseinfoList: [],
+ headers: {
+ Authorization: "Bearer " + getToken()
+ },
gridData: [
{
date: "2016-05-02",
--
Gitblit v1.9.3