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 | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/patient/patient/indexls.vue b/src/views/patient/patient/indexls.vue index 68eb076..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() { @@ -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