From a022656b8defdca726d12db26269cbbcdba9eb37 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 08 四月 2025 15:34:49 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index 98f8c51..8c29f6c 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -811,7 +811,7 @@ import { messagelistpatient } from "@/api/patient/homepage"; import store from "@/store"; import { - getTaskpatient, + getTaskpatientQC, getlibrarylist, getFollowuplist, getvFollowup, @@ -884,8 +884,8 @@ { label: "鎬у埆", width: "", prop: "sex" }, { label: "骞撮緞", width: "", prop: "age" }, { label: "鎮h�呮爣绛�", width: "", prop: "tag" }, - { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, - { label: "涓绘不鍖荤敓", width: "", prop: "drname" }, + // { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, + // { label: "涓绘不鍖荤敓", width: "", prop: "drname" }, { label: "绉戝", width: "240", prop: "dept" }, { label: "鐥呭尯", width: "240", prop: "leavehospitaldistrictname" }, ], @@ -898,8 +898,8 @@ { label: "鎬у埆", width: "", prop: "sex" }, { label: "骞撮緞", width: "", prop: "age" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, - { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, - { label: "涓绘不鍖荤敓", width: "", prop: "drname" }, + // { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, + // { label: "涓绘不鍖荤敓", width: "", prop: "drname" }, { label: "绉戝", width: "180", prop: "deptName" }, { label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" }, ], @@ -1527,8 +1527,8 @@ { label: "骞撮緞", width: "", prop: "age" }, { label: "鎮h�呮爣绛�", width: "", prop: "tag" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, - { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, - { label: "鍖荤敓", width: "", prop: "drname" }, + // { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, + // { label: "鍖荤敓", width: "", prop: "drname" }, { label: "绉戝", width: "180", prop: "dept" }, { label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" }, ]; @@ -1542,8 +1542,8 @@ { label: "骞撮緞", width: "", prop: "age" }, { label: "鎮h�呮爣绛�", width: "", prop: "tag" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, - { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, - { label: "鍖荤敓", width: "", prop: "drname" }, + // { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, + // { label: "鍖荤敓", width: "", prop: "drname" }, { label: "绉戝", width: "180", prop: "dept" }, { label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" }, ]; @@ -1578,7 +1578,7 @@ this.patientqueryParams.leavehospitaldistrictcodes = store.getters.belongWards.map((obj) => obj.districtCode); } - getTaskpatient(this.patientqueryParams).then((response) => { + getTaskpatientQC(this.patientqueryParams).then((response) => { this.patientuserList = response.rows; this.patientuserList.forEach((item) => { if (item.endtime) { -- Gitblit v1.9.3