From fecb2f5b3a5b4c7994eb76cc730c2bd27b6f8b67 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 22 四月 2025 09:34:17 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/record/detailpage/index.vue |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 62dfbbc..60a7b10 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -1,6 +1,6 @@
 <template>
   <!-- 鑱婅繛椤甸潰璁板綍 -->
-  <div class="Followupdetailspage">
+  <div class="Followupdetailspage" id="app-container">
     <div class="Followuserinfo">
       <div>
         <div class="userinfo-text">
@@ -532,7 +532,11 @@
         </el-tab-pane>
       </el-tabs>
     </div>
-    <el-dialog title="鎮h�呭啀娆¢殢璁�" :visible.sync="dialogFormVisible">
+    <el-dialog
+      title="鎮h�呭啀娆¢殢璁�"
+      v-dialogDrags
+      :visible.sync="dialogFormVisible"
+    >
       <el-form ref="zcform" :rules="zcrules" :model="form" label-width="80px">
         <el-form-item label="浠诲姟鍚嶇О">
           <el-input
@@ -809,11 +813,15 @@
             }
           });
           this.Editsingletasksonyic(6);
+
           this.$modal
             .confirm(
-              '浠诲姟淇濆瓨鎴愬姛鏄惁閽堝鎮h�咃細"' + this.userform.name + '"鍐嶆闅忚锛�'
+              '浠诲姟淇濆瓨鎴愬姛鏄惁閽堝鎮h�咃細"' +
+                this.logsheetlist[0].sendname +
+                '"鍐嶆闅忚锛�'
             )
             .then(() => {
+              document.querySelector("#app").scrollTo(0, 0);
               this.dialogFormVisible = true;
             })
             .catch(() => {});
@@ -852,6 +860,7 @@
               '浠诲姟淇濆瓨鎴愬姛鏄惁閽堝鎮h�咃細"' + this.userform.name + '"鍐嶆闅忚锛�'
             )
             .then(() => {
+              document.querySelector("#app").scrollTo(0, 0);
               this.dialogFormVisible = true;
             })
             .catch(() => {});
@@ -948,6 +957,8 @@
     },
     // 璋冭捣鍐嶆鍙戦��
     sendAgain() {
+ document.querySelector("#app").scrollTo(0, 0);
+      // scrollTo(0, 0)
       this.dialogFormVisible = true;
     },
     // 鏌ョ湅璇︽儏
@@ -1026,6 +1037,7 @@
             } else {
               this.$modal.msgError("鍒涘缓澶辫触");
             }
+            document.querySelector("#app").scrollTo(0, 0);
             this.dialogFormVisible = false;
           });
         }

--
Gitblit v1.9.3