sxq
2021-10-20 3eeeb27d70ad7d761b1e280d24d717a4ee775a3b
ruoyi-ui/src/views/system/dict/data.vue
@@ -380,7 +380,7 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      this.downLoadExcel('/system/dict/data/export', this.queryParams);
      this.$download.excel('/system/dict/data/export', this.queryParams);
    }
  }
};