From a5157d4261d2b12cedccebe47801efd4922c1803 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期三, 19 二月 2025 10:20:58 +0800 Subject: [PATCH] w --- src/views/reservation/resercopy/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/reservation/resercopy/index.vue b/src/views/reservation/resercopy/index.vue index 8d478e9..031341f 100644 --- a/src/views/reservation/resercopy/index.vue +++ b/src/views/reservation/resercopy/index.vue @@ -397,6 +397,7 @@ </template> <script> +import Cookies from "js-cookie" import { addDept, addComp, @@ -480,6 +481,7 @@ dwId: "", dwDeptId: "", dwName: "", + }, objs: { @@ -512,7 +514,7 @@ // 鏄惁鏇存柊宸茬粡瀛樺湪鐨勭敤鎴锋暟鎹� updateSupport: 0, // 璁剧疆涓婁紶鐨勮姹傚ご閮� - headers: { Authorization: "Bearer " + getToken() }, + headers: { Authorization: "Bearer " + getToken() ,hospId: Cookies.get("hospId")}, // 涓婁紶鐨勫湴鍧� url: process.env.VUE_APP_BASE_API + -- Gitblit v1.8.0