|
|
|
@ -564,7 +564,7 @@ export default {
|
|
|
|
|
handleExport() {
|
|
|
|
|
this.download('/tc/unit/export', {
|
|
|
|
|
...this.queryParams
|
|
|
|
|
}, `unit_${new Date().getTime()}.xlsx`)
|
|
|
|
|
}, `单位列表${new Date().getTime()}.xlsx`)
|
|
|
|
|
},
|
|
|
|
|
/** 导入按钮操作 */
|
|
|
|
|
handleImport() {
|
|
|
|
@ -574,7 +574,7 @@ export default {
|
|
|
|
|
/** 下载模板操作 */
|
|
|
|
|
importTemplate() {
|
|
|
|
|
this.download('/tc/unit/importTemplate', {
|
|
|
|
|
}, `unit_template_${new Date().getTime()}.xlsx`)
|
|
|
|
|
}, `单位导入模板${new Date().getTime()}.xlsx`)
|
|
|
|
|
},
|
|
|
|
|
// 文件上传中处理
|
|
|
|
|
handleFileUploadProgress(event, file, fileList) {
|
|
|
|
|