Commit 5feead76 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

新增计量单位

parent 07e0f380
...@@ -255,7 +255,7 @@ export default { ...@@ -255,7 +255,7 @@ export default {
this.exportLoading = true; this.exportLoading = true;
return exportUnitExcel(params); return exportUnitExcel(params);
}).then(response => { }).then(response => {
this.$download.excel(response, '${table.classComment}.xls'); this.$download.excel(response, '计量单位.xls');
this.exportLoading = false; this.exportLoading = false;
}).catch(() => {}); }).catch(() => {});
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment