update 封装通用下载方法简化下载使用

This commit is contained in:
疯狂的狮子li
2021-09-27 17:24:37 +08:00
parent 75b22e9a23
commit 99dcbe0207
17 changed files with 44 additions and 116 deletions

View File

@ -573,7 +573,7 @@ export default {
#end
/** 导出按钮操作 */
handleExport() {
this.downLoadExcel('/${moduleName}/${businessName}/export', this.queryParams);
this.#[[$download]]#.excel('/${moduleName}/${businessName}/export', this.queryParams);
}
}
};