diff --git a/pages/manage/workReport/reportDetals.vue b/pages/manage/workReport/reportDetals.vue
index 6595960..413359f 100644
--- a/pages/manage/workReport/reportDetals.vue
+++ b/pages/manage/workReport/reportDetals.vue
@@ -230,15 +230,7 @@ export default {
           });
           setTimeout(() => {
             // 在跳回之前刷新页面
-            uni.navigateBack({
-              delta: 1, // 跳回前一个页面
-              success: () => {
-                // 刷新当前页面数据
-                uni.reLaunch({
-                  url: '/pages/manage/workReport/workReport'  // 替换为你要刷新页面的路径
-                });
-              }
-            });
+            uni.navigateBack()
           }, 2000);
         }
       })