WXL
2025-03-07 ff99a9bcfd54dd5794832a2daf1a119ed5e4627d
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);