From 17efc8b0fb7d3fa66eb8e22f32b81e3e14bcd7f6 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 06 一月 2026 17:37:57 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/HistoricalFollow/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/followvisit/HistoricalFollow/index.vue b/src/views/followvisit/HistoricalFollow/index.vue
index 1bf4a5d..1ce4a79 100644
--- a/src/views/followvisit/HistoricalFollow/index.vue
+++ b/src/views/followvisit/HistoricalFollow/index.vue
@@ -1,4 +1,5 @@
<template>
+ <!-- 鍘嗗彶闅忚璁板綍 -->
<div class="app-container">
<div class="leftvlue" style="margin-bottom: 20px"></div>
<el-row :gutter="20">
@@ -1141,11 +1142,11 @@
},
/** 瀵煎嚭鎸夐挳鎿嶄綔 */
handleExport() {
- this.topqueryParams.pageNum = null;
- this.topqueryParams.pageSize = null;
+ console.log(this.topqueryParams);
+
this.download(
// "smartor/serviceSubtask/export",
- "smartor/serviceSubtask/patItemExport",
+ "smartor/serviceSubtask/getSubtaskByDiagnameExport",
{
...this.topqueryParams,
},
--
Gitblit v1.9.3