From ff99a9bcfd54dd5794832a2daf1a119ed5e4627d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 07 三月 2025 13:32:23 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/indexls.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/patient/patient/indexls.vue b/src/views/patient/patient/indexls.vue
index d3e7306..a28c411 100644
--- a/src/views/patient/patient/indexls.vue
+++ b/src/views/patient/patient/indexls.vue
@@ -10,7 +10,6 @@
 import axios from "axios";
 
 export default {
-  name: "Discharge",
   dicts: ["sys_normal_disable", "sys_user_sex", "sys_yujing", "sys_suggest"],
   components: { Treeselect },
   data() {
@@ -27,7 +26,7 @@
       showSearch: true,
       // 鎬绘潯鏁�
       total: 0,
-      linkUrl:'https://blog.csdn.net/weixin_46622350/article/details/119245415',
+      linkUrl:'https://www.google.com/blank.html',
       // 鐢ㄦ埛琛ㄦ牸鏁版嵁
       userList: null,
       // 寮瑰嚭灞傛爣棰�
@@ -179,7 +178,7 @@
         },
         YeWuXX: {
           BingRenXX: {
-            ZhengJianHM: "110101199701018034",
+            ZhengJianHM: this.$route.query.sfzh,
             ZhengJianLXDM: "01",
             ZhengJianLXMC: "灞呮皯韬唤璇�",
             ZuZhiJGID: "47255004333112711A1001",
@@ -203,6 +202,9 @@
   },
   watch: {},
   created() {
+    // this.gettoken();
+  },
+  mounted() {
     this.gettoken();
   },
   activated() {},
@@ -219,7 +221,7 @@
         })
         .catch((error) => {
           // 璇锋眰澶辫触
-          console.error("Error:", error);
+          this.linkUrl='https://www.google.com/blank.html';
           if (error.response) {
             // 鏈嶅姟鍣ㄨ繑鍥炰簡閿欒鍝嶅簲
             console.error("Status Code:", error.response.status);

--
Gitblit v1.9.3