WXL
2024-08-09 fe7f65e63714807890ab103fbc84cf5f634ae8d8
src/views/patient/patient/profile/index.vue
@@ -50,12 +50,12 @@
          >
          <el-tab-pane name="inhospital"
            ><span class="mulsz" slot="label"
              >住院({{ zynumber }})
              >在院({{ zynumber }})
            </span></el-tab-pane
          >
          <el-tab-pane name="checkout"
            ><span class="mulsz" slot="label"
              >体检({{ jynumber }})
              >出院({{ jynumber }})
            </span></el-tab-pane
          >
        </el-tabs>
@@ -296,7 +296,7 @@
      <!-- 联系电话 -->
      <div class="bottom-message">
        <div class="headline">
          号码维护<span style="margin-right: 60px">&nbsp;&nbsp;</span>
          亲属号码维护<span style="margin-right: 60px">&nbsp;&nbsp;</span>
          <el-button type="primary" @click="addcompiletb">+新增</el-button>
        </div>
        <div class="Table-screen">
@@ -636,6 +636,7 @@
  delcontactinformation,
  listcontactinformation,
  alterpatient,
  Patientclinic,
} from "@/api/patient/homepage";
export default {
@@ -788,9 +789,13 @@
  },
  methods: {
    // 查询档案列表信息
    // 查询医疗档案列表信息
    getList() {
      this.loading = true;
      // 门诊记录
      Patientclinic(this.id).then((response) => {
        console.log(response);
      });
    },
    getcontactlist() {
      listcontactinformation({ patid: this.id }).then((response) => {
@@ -943,7 +948,9 @@
    },
    // tab切换
    handleClick(tab, event) {
      console.log(tab, event);
      if (tab.index == 1) {
        this.getList();
      }
    },
    // 联系方式新增
    Addanumber() {},
@@ -952,7 +959,7 @@
    gettabList() {
      const tagqueryParams = {
        pageNum: 1,
        pageSize: 1000,
        pageSize: 10000,
        tagcategoryid: "0",
      };
      listtag(tagqueryParams).then((response) => {