WXL (wul)
9 小时以前 1feb410410781eb56159c8fdd856e68d2c23e0a4
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,
        },