疯狂的狮子li
2021-11-04 c7c9bd6b08c9da9749a74929e9f9ae4a39b334ed
ruoyi-ui/src/views/system/user/index.vue
@@ -643,7 +643,7 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      this.downLoadExcel('/system/user/export', this.queryParams);
      this.$download.excel('/system/user/export', this.queryParams);
    },
    /** 导入按钮操作 */
    handleImport() {
@@ -652,7 +652,7 @@
    },
    /** 下载模板操作 */
    importTemplate() {
      this.downLoadExcel('/system/user/importTemplate');
      this.$download.excel('/system/user/importTemplate');
    },
    // 文件上传中处理
    handleFileUploadProgress(event, file, fileList) {