From f5c20150a01789f3e0e45671c0261a6e25d27544 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 13 三月 2025 17:42:57 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/record/detailpage/index.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 7b4f9d1..1484a67 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -18,7 +18,6 @@
                 >鏌ョ湅鎮h�呮湰娆℃湇鍔′俊鎭�</el-button
               >
             </div>
-
           </div>
           <!-- <el-button type="success">闅忚鍚庣煭淇�</el-button> -->
         </div>
@@ -221,9 +220,9 @@
               <el-button plain type="info" @click="Editsingletaskson('5')"
                 >涓績闅忚</el-button
               >
-              <el-button type="primary" round @click="sendAgain()"
+              <!-- <el-button type="primary" round @click="sendAgain()"
                 >鍐嶆闅忚</el-button
-              >
+              > -->
             </div>
           </el-form-item>
         </el-form>
@@ -597,7 +596,7 @@
     // 鑾峰彇鍩虹淇℃伅
     getuserinfo() {
       const queryParams = {
-        pid: Number(this.id),
+        pid: Number(this.patid),
         allhosp: "0",
         pageNum: 1,
       };
@@ -756,7 +755,7 @@
           this.templateid = this.logsheetlist[0].templateid;
           console.log(this.form.serviceType, "serviceType");
         }
-
+this.getuserinfo()
         if (this.Voicetype) {
           this.getPersonVoices();
         } else {
@@ -1049,6 +1048,9 @@
     top: 0;
   }
 }
+::v-deep.el-input.is-disabled .el-input__inner{
+color: #02a7f0;
+}
 ::v-deep.offside-value .el-radio__label {
   color: #fff;
 }

--
Gitblit v1.9.3