From 7eaee92ee52e1501480adbbe8a1af9ddecc04275 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 04 九月 2024 11:05:23 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/physical/index.vue |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/views/patient/physical/index.vue b/src/views/patient/physical/index.vue
index 66bc411..e1b5b4a 100644
--- a/src/views/patient/physical/index.vue
+++ b/src/views/patient/physical/index.vue
@@ -298,7 +298,7 @@
           class-name="small-padding fixed-width"
         >
           <template slot-scope="scope">
-            <el-button
+            <!-- <el-button
               size="medium"
               type="text"
               @click="followupvisit(scope.row)"
@@ -315,7 +315,7 @@
               ><span class="button-sc"
                 ><i class="el-icon-delete"></i>鍋滄</span
               ></el-button
-            >
+            > -->
             <el-button
               size="medium"
               type="text"
@@ -479,6 +479,9 @@
   resetUserPwd,
   changeUserStatus,
 } from "@/api/system/user";
+import {
+  getTaskservelist
+} from "@/api/AiCentre/index";
 import Treeselect from "@riophae/vue-treeselect";
 import "@riophae/vue-treeselect/dist/vue-treeselect.css";
 
@@ -604,9 +607,7 @@
       topqueryParams: {
         pageNum: 1,
         pageSize: 10,
-        userName: undefined,
-        tagid: undefined,
-        topic: undefined,
+        serviceType:1,
       },
       propss: { multiple: true },
       options: [],
@@ -694,9 +695,9 @@
     /** 鏌ヨ闂ㄨ瘖闅忚鍒楄〃 */
     getList() {
       this.loading = true;
-      listUser(this.addDateRange(this.topqueryParams, this.dateRange)).then(
+      getTaskservelist(this.topqueryParams).then(
         (response) => {
-          this.userList = [];
+          this.userList = response.rows;
           this.total = response.total;
           this.loading = false;
         }
@@ -903,10 +904,10 @@
       this.modificationVisible = true;
     },
     // 璺宠浆璇︽儏椤�
-    Seedetails() {
+    Seedetails(row) {
       this.$router.push({
         path: "/followvisit/record/detailpage/",
-        query: { id: "1" },
+        query: { taskid: row.taskid, patid: row.patid },
       });
     },
     // 瀵煎叆鎸夐挳

--
Gitblit v1.9.3