From 6a1bafa7c0e805ce5c3f881ccc212b207836abeb Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 21 四月 2025 14:44:32 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/particty.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 98f8c51..67a1bdc 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) {
@@ -1771,7 +1771,7 @@
     neWaddfn() {
       this.id = null;
       this.form.taskName = "";
-      this.form.sendState = null;
+      this.form.sendState = 1;
       this.form.taskid = null;
       this.overallCase = [];
       this.form.patTaskRelevances = [];

--
Gitblit v1.9.3